.gallery img{
    width: 100%;
}

h2{
    font-family: Impact, fantasy;
    font-size: 60px;
    font-style: italic;
    color: cornflowerblue;
    text-align: center;
}
h4{
    font-family: Impact, fantasy;
    font-size: 20px;
    font-style: italic;
    color: cornflowerblue;
}

#menu{
    width: 100%;
    height: 40px;
    background-color: cornflowerblue;

    padding-top: 12px;
}

#menu a{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 800;

    padding-left: 20px;
    padding-right: 20px;
}

#menu a:hover{
    color: #5077bd;
}

@media (max-width: 600px) {
    h2 { font-size: 36px; }
    #menu { height: auto; padding: 8px 4px; }
}