


h1{

        color: dodgerblue;
        font-size: 8em;
text-align:center;

    
color: #000;
background-color: cornflowerblue;
box-shadow: 0px 30px 10px -7px;

border: solid 7px blue;
border-radius: 5px;

font-size: 3em;
font-family: Verdana, Geneva, Tahoma, sans-serif;

transition: ease-in-out all 100ms;


    
}

button1{

    margin-top: 0px;
    margin-bottom: 5px;
    padding: 10 px 30px;


}


body{

    font-size: 35px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: normal;
    color: darkblue;
    
    


        background-image: url('Hintergrundgrau1.jpg');
        background-size: 25% 25%;
      
    
}


section
{

display: flex;
background-color: #3377decc;
flex-direction: row;

text-align: center;
line-height: 100px;
font-size: 40px;
justify-content: space-between;
border-radius: 5px;

}

section2

{

   

box-sizing: content-box;
    text-align: center;
    color: midnightblue;
    font-size: 1.22em;
  
}


section3  
{
    text-align: center;
}

button 
 {

    margin-top: 0px;
    margin-bottom: 5px;
    padding: 10 px 30px;
color: #000;
background-color: darkturquoise;
box-shadow: 0px 17px 10px -7px;

border: solid 3px darkblue;
border-radius: 5px;


font-size: 30px;
font-family: Verdana, Geneva, Tahoma, sans-serif;

transition: ease-in-out all 300ms;


}

button:hover {

    color: blue;
    background-color: cornflowerblue;
    
    transform: translate(0px, -10px);
box-shadow: 0px 30px 15px -10px;

}

button2 {

    margin-top: 0px;
    margin-bottom: 5px;
    padding: 10 px 30px;
color:darkblue;
background-color: darkturquoise;
box-shadow: 0px 17px 10px -7px;

border: solid 3px darkblue;
border-radius: 5px;

font-size: 35px;
font-family: Verdana, Geneva, Tahoma, sans-serif;


transition: ease-in-out all 300ms;
}





button3 {

    font-size: 2em;
    background-color: azure;
    border-radius: 5px;
    border-color: bisque;
    border-width: 5px;
    border-style: ridge;

}

ul
{
    list-style:none
}

nav {

    margin-bottom: 5em;
    margin-top: 5em;
}

