.gallery img{
    width: 100%;
}
#menu{
    width: 100%;
    height: 48px;
    background-color: cornflowerblue;
    padding-top: 12px;
}
#menu a{
    color: #ffffff;
    font-family: helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 800;
    
    padding-left: 20px;
    padding-right: 20px;
    
}
#menu a:hover{
    color: #27F2F5;
}
h2{
    font-family:sans-serif;
    color: cornflowerblue;  
}
h4{
    font-family:sans-serif;
    color: cornflowerblue;  
}
