



#img {
   width: 200px;
   border-radius: 50%;
   border: 5px solid #efb0c9;
   
}


body {
  font-family: "Happy Monkey", sans-serif;
  text-align: center;
  background: linear-gradient(#a2d2ff, #efb0c9 ) ;
  color: #ffffff;
  
  
  
}

h1, h2, h4 {
  text-shadow: 0 0 5px black;
}

#age {
  background-color: #efb0c9;
  padding: 5px 12px;
  border-radius: 5px;
  margin-bottom: 5px;


}  



#date {
  background-color: #efb0c9;
  padding: 8px;
  

  
}


#header {
  display: flex;
  flex-direction: column;
  align-items: center;


}

.gift-section {
  margin-top: 50px;
}



.gift-img {
  background: url("images/gift.jpg");
  background-size: cover;
  margin: 0 auto;
  height: 400px;
  width: 300px;
  border: 6px solid white;
  border-radius: 10px;
}

#gift-img-happy:hover {
  background-image: url(images/birthday-164_256.gif);
  width: 350px;
}

#gift-img-excited:hover {
  background-image: url("images/excited.gif");
  width: 350px;
}

#gift-img-cheers {
  height: 200px;
}

#gift-img-cheers:hover {
  background-image: url("images/cheers.gif");
  
}

.gift-title {
  margin-bottom: 10px;
}

.gift-hint {
  margin-top: 0;
}

#footer {
  width: 400px;
  margin: 40px auto 20px;
  font-style: italic;

}

a {
  color: white;
}