

* {
    padding: 0;
    margin: 0;
    font-family: Verdana;
    font-size: small;
}

body {
    background-color: #D4D4FF;
}





/*Inhalt*/

section {
    width: 960px;
    box-shadow: 10px 3px 20px silver inset;
    background-color: white;
    margin: 0 auto;
    margin-top: 3em;
    
}

.text {
   font-size: xx-large;
   font-weight: bold;
    
}

#startseite {
    background-color: white;
    height: 50em;
    padding: 3em;
}


