body{
    overflow: hidden;
    margin:0;
    padding:0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    
}

header{
    
    background-color: rgb(137, 207, 240);
    padding: 15px;
    text-align: center;
    font-size: small;
    line-height: 200%;
    align-items: center;
    text-align: center;
    display:flex;
    border:solid rgb(34,73,90)4px;
    width:100%;
}

header button{
    height: 40px;
    aspect-ratio: 1/1;
    background-image: url(ham.png);
    background-size: 100%;
    background-color: rgb(100, 154, 179);
    border:none;
    border-radius: 30%;
    
    
}

#hamburger{
    display: flex;
    position:absolute;
    width: 45vw;
    height: 50vh;
    top: 14;
    left:0;
    flex-direction: column;
   
    background-color: rgb(100, 154, 179);
    border-bottom-right-radius: 30px;
    border:solid rgb(34,73,90) 3px;
    border-top: none;
   
    z-index: 100;
    
}

#hamburger button{
    margin:auto 20px;
    height: 50px;

    background-color:rgb(137, 207, 240);
    border:solid rgb(34,73,90) 5px;
}

img{
    height: 20%;
    width: 73%;      
}


a{
    text-decoration: none;
    color:black
}

.footer{
    background-color: rgb(137, 207, 240);
    font-weight: bold;
    font-size: smaller;
    text-align: center;    
    left:0;
    bottom:0;
    z-index: 10;
    position: absolute;
    width: 100%;
    height:5%;
}


main{
    text-align: center;
    padding:10px;
}

v    p,li{
    width: 80%;
    margin:auto;
    padding-bottom: 5%;
}

li{
    height: 80px;
}


iframe{
    width:95%;
    height: 100%;
    
}


.hidden{
    visibility: hidden;
 }
 
 h2{
     align-self: center;}

h1{
    margin:auto;

}


@media screen and (min-width:500px) and (min-height: 1000px){
    body{
        margin:auto;
        padding:0;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        
    }
    
    header{
        
        background-color: rgb(137, 207, 240);
        padding: 15px;
        text-align: center;
        font-size: large;
        line-height: 200%;
        align-items: center;
        text-align: center;
        display:flex;
        border:solid rgb(34,73,90)4px;
        height: 80px;
    }
    
    header button{
        height: 60px;
        aspect-ratio: 1/1;
        background-image: url(ham.png);
        background-size: 100%;
        background-color: rgb(100, 154, 179);
        border:none;
        border-radius: 30%;
        
        
    }
    
    #hamburger{
        display: flex;
        position:absolute;
        width: 45vw;
        height: 50vh;
        top: 14;
        left:0;
        flex-direction: column;
       
        background-color: rgb(100, 154, 179);
        border-bottom-right-radius: 30px;
        border:solid rgb(34,73,90) 3px;
        border-top: none;
       
        z-index: 100;
        
    }
    
    #hamburger button{
        margin:auto 20px;
        height: 50px;
    
        background-color:rgb(137, 207, 240);
        border:solid rgb(34,73,90) 5px;
    }
    
    img{
        height: 45%;   
        width: 80%;   
    }
    
    
    a{
        text-decoration: none;
        color:black;
        
    }
    
    .footer{
        background-color: rgb(137, 207, 240);
        font-weight: bold;
        font-size: smaller;
        text-align: center;
        left:0;
        bottom:0;
        z-index: 10;
        position: absolute;
        width: 100%;
        height: 5%;
        margin-bottom: 0;
        
                  
        
    }
    
    
    main{
        text-align: center;
        padding:10px;
    }

    p,li{
        width: 450px;
        margin:auto;
        padding-bottom: 10px;
    }

    li{
        height: 100px;
    }
    
    
    
    iframe{
        width:70%;
        height:100%;
        padding-bottom: 30px;
    
    }
    
    
    .hidden{
        visibility: hidden;
     }
     
     h2{
         align-self: center;}
    
    h1{
        margin:auto;
    }
    
    
    
}
    
