body {
    text-align: center;
    font-family: 'Happy Monkey', cursive;
    background: linear-gradient(#A1C673, #33261A);
    color: #ffffff;
}

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

#bff-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 6px solid #AF8560;
    margin-bottom: 10px;
    object-fit: cover;
}

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

#bday-date {
    margin: 0;
    background: #AF8560;
    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 {
    margin: 20px auto;
    max-width: 400px;
    height: 400px;
    border: 6px solid white;
    border-radius: 10px;
    background-image: url("images/gift-cover.jpg");
    background-size: cover;
}

#gift-img-happy:hover {
    background-image: url("https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExd3h4NW5xbWNlaXN1aTZxbnFqNW81ZThqNHVnZWMzcjBndXlsY3lpNSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/ozPaoquAeaMskUxhjM/giphy.gif");
    background-position: center center;
}

#gift-img-hot:hover {
    background-image: url("https://media.tenor.com/gBZ0dCSD7JkAAAAi/pet-bee.gif");
}

#gift-img-genius:hover {
    background-image: url("https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExdnhsdzVyczRvNzZjcDRnd2E1OTRlYzFhcDQ2OHVma24yOXd6OHJqbyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/C4bxw24auUNRiVc9bc/giphy.gif");
}

#gift-img-badass:hover {
    background-image: url("https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExN2tkNGNncnR1c2FrZHIyeWZna3F2Ymo1MHExaGJyajg3NWkzeGZwaSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/6LkqKOn3RSfvBB5vSu/giphy.gif");
}

#gift-img-cheers:hover {
    background-image: url("https://media.forgecdn.net/attachments/1144/704/bee-gif.gif");
    background-position: center center;
}