body {
    text-align: center;
    font-family: 'Happy Monkey', cursive;
    background: linear-gradient(#0b1220, #0b3a74);
    color: #f8fafc;
}

h1, h2, h3, h4, p {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

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

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

#bday-date {
    margin: 0;
    background: #1d4ed8;
    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-radius: 10px;
    background-image: url("images/gift-cover.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#gift-img-happy:hover {
    background-image: url("images/happy.gif");
    background-position: center 85%;
    background-size: 120%;
}

#gift-img-legend:hover {
    background-image: url("images/legend.gif");
    background-position: center 90%;
}

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

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

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

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

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

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

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

a {
    color: #f8fafc;
}