.gallery img{
    width: 100%
}
h1{
    color: brown;
    font-family:monospace;
}
html{
    background-color: beige;
}
h2{
    color: red;
}
h4{
    color: red;
}
p{
    font-family: cursive;
}
#menu{
    width: 100%;
    height: 40px;
    background-color: cornflowerblue;
    padding-top: 12px;
}
#menu a{
    color: white;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 800;
    
    padding-left: 20px;
    padding-right: 20px;
}
#menu a:hover{
    color: #5077bd;
}