body{
    font-family: 'Happy Monkey', cursive;
    text-align: center;
    background: linear-gradient(#a2d2ff, #efb0c9);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

h1, h2, h3, h4, p {
    text-shadow: 0 0 2px #000000;
}

#bday-age {
    background-color: #efb0c9;
    padding: 5px 10px;
    border-radius: 7px;
    margin-bottom: 10px;
}

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

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

#avatar {
    width: 200px;
    border-radius: 50%;
    border: 6px solid #efb0c9
}

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

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

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

.gift-section-img {
    margin: 0 auto;
    width: 450px;
    height: 400px;
    border: 6px solid #e6dee1;
    border-radius: 10px;
    background-image: url("images/cover.jpg");
    background-size: cover;
}

#first-gif:hover {
    background-image: url("images/happy.gif");
    background-size: cover;
}

#second-gif:hover {
    background-image: url("images/cool.gif");
    background-size: cover;
}

#genius-gif:hover {
    background-image: url("images/genius.gif");
    background-size: contain;
}

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

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

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

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

#link {
    color: white;
}