body {
  text-align: center;
  font-family: "Happy Monkey", cursive;
  background: linear-gradient(#364156, #7d4e57);
  color: #ffffff;
}

h1,
h2,
h3,
h4,
p {
  text-shadow: 0 0 1px black;
}

#bff-img {
  width: 150px;
  border-radius: 50%;
  border: 6px solid #d66853;
  margin-bottom: 10px;
}

#bday-age {
  background: #11151c;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px 0 10px 0;
}

#bday-date {
  margin: 0;
  background: #11151c;
  padding: 5px 10px;
  border-radius: 5px;
}

#header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gift-section {
  margin-top: 50px;
}

.gift-title {
  margin-bottom: 10px;
}

.gift-hint {
  margin-top: 0;
}

#gift-img-cheers {
  height: 200px;
}

.gift-img {
  margin: 20px auto;
  max-width: 400px;
  height: 400px;
  /* border: 6px solid white; */
  border: none;
  border-radius: 10px;
  background-image: url("images/present.png");
  background-size: cover;
}

#gift-img-happy:hover {
  background-image: url("images/pooh_01.gif");
}

#gift-img-hot:hover {
  background-image: url("images/pooh_02.gif");
}

#gift-img-genius:hover {
  background-image: url("images/pooh_03.gif");
}

#gift-img-cheers:hover {
  background-image: url("images/pooh_04.gif");
}

#footer {
  font-style: italic;
  width: 400px;
  margin: 40px auto 20px;
}

a {
  color: white;
}
