body
{
font-family:Verdana;
font-size:12px;
background-color:#00f;
text-align:center;
}
h1 {font-size:36px;color:#000077;margin:0px;}
h2 {font-size:24px;color:#000077;}
h3 {font-size:18px;color:#000077;}
p {margin-top:0px; font-size:12px;color:#444;}

/* Der Inhalt */
#Inhalt {
height:1040px;
width:1870px;
background-color:#cceecc;
padding:0px;
border: 10px solid #cceecc;
     border-radius: 20px;
     border-color:#cceecc;
     margin: 10px;
}
la:hover {
-webkit-transform: scale(3);
-ms-transform: scale(3);
transform: scale(3);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
    }
la {
display: inline-block;
list-style-type: none;
padding: 0;
margin: 0.5rem;
width: 5rem;
transition: all 1s ease;
}
la:hover {
transform: scale(3);
transition: all 0.5s ease;
}
la:hover {
transform: scale(3);
transition: all 0.5s ease;
la:nth-child(2);
}
img {
border-radius:5px;
}