body {
  font-family: "Century Gothic", sans-serif;
  background-image: url(../photo.jpg);
}
p {
background-color: #E0FFFF;
padding: 25px 25px 25px 25px;
border-radius: 20px;
}
#wrapper{
      width: 1100px;
      margin: auto;
      background-color: white;
      opacity: 0.7;
      border-radius: 50px;
      font-size: 20px;
      padding: 20px 20px 20px 20px;
}
h1 {
font-family: "Century Gothic", sans-serif;
text-align: center;
font-size: 70px;
text-shadow: 2px 2px 4px rgb(71, 113, 191);
}
footer {
    text-align: center;
    font-size: 15px;
}

#map {
    height: 350px;
    
}


