.gallery img {
    width: 100%;
}

h2{
    font-family:Impact, fantasy;
    text-align: center;
    font-size: 50px ;
    color: cornflowerblue;
    font-style: italic;
    background-color: black ;
}

h4{
    font-family:Impact, fantasy;
    font-size: 40px ;
    color: cornflowerblue;
    font-style: italic;
}

p{
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-size: 25px ;
}

#menu{
    width: 100 %;
    height: 20px ;
    background-color: cornflowerblue;
    padding-top: 20px ;
    padding-bottom: 20px ;
    text-align: center ;
}

#menu a{
    color:#ffffff;
    font-family:  Helvetica, sans-serif;
    font-size: 20px ;
    font-weight: 800;
    text-decoration: none;
    padding-left: 20px ;
    padding-right: 20px ;
}

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

#center{
    text-align: center;
}
