body {
  font-family: "Happy Monkey", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background: linear-gradient(#a2d2ff, #EFB0C9);
  color: white;
}

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

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

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

#avatar {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 5px solid #EFB0C9;
}

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

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

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

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

.gift-img {
    margin: 0 auto;
    width: 400px;
    height: 400px;
    border-radius: 10px;
    border: 6px solid white;
    background-image: url("https://img.freepik.com/premium-vector/luxurious-gift-with-gold-ribbon_8443-354.jpg");
    background-size: cover;
}

#gift-img-1:hover {
    background-image: url("https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExdGZ1bnpjNjVjdmx5MDZ3eWh1NWdlcWNhYmt6NnowZjh6ZjhidXkwYSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3o7qE2VAxuXWeyvJIY/giphy.gif");
}

#gift-img-2:hover {
    background-image: url("https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExcGZpZzJsa3d5aWJoN2VzdGZzc3pxNzhiNHo3aWdleG5pZ3U2ZmEwMiZlcD12MV9naWZzX3NlYXJjaCZjdD1n/zdjQpEtni7XIX4ncNg/giphy.gif");
}

#gift-img-3:hover {
    background-image: url("https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExZ3JuOXpkM3Q5emxwemlzN3AweWg1ZjRqOWhhNjQ5dnF0cTl1dDJzMyZlcD12MV9naWZzX3NlYXJjaCZjdD1n/LfT5GFFYXX7T2dCOVL/giphy.gif");
}

#gift-img-4:hover {
    background-image: url("https://media.giphy.com/media/v1.Y2lkPWVjZjA1ZTQ3MnBjYTlxNTc0eXp4MXR3ZTNiM2NreXhpMDhnaGVyeG9mM3YxdXh2NSZlcD12MV9naWZzX3NlYXJjaCZjdD1n/WoRz0xf3fUBWTWXUJ0/giphy.gif");
}

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

#gift-img-5:hover {
    background-image: url("https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExZnFkcmh5NjB3bXlvYmcyNHR3czBiNjNscDIzMGM5cWY4dDhjOGFtMSZlcD12MV9naWZzX3NlYXJjaCZjdD1n/cEPHfIDgNFldzAbVHG/giphy.gif");
}

a {
    color: inherit;
}

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