body {
    background: linear-gradient(#a2d2ff, #EFB0C9);
    font-family: 'Happy Monkey', sans-serif;
    color: #ffffff;
    text-align: center;
}

#title-image {
    display: block;
    width: 30%;
    border-radius: 50%;
    border: 8px solid #EFB0C9;
}

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

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

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

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

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

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

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

.gift-img {
    height: 500px;
    width: 600px;
    border: 6px solid white;
    border-radius: 10px;
    margin: 20px auto;
    background-image: url("images/gift-edgar-soto-unsplash.jpg");
    background-size: cover;
}

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

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

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

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

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

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

#gift-img-party:hover {
    background-image: url("gifs/giphy-party.gif");
}

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

    a { 
    color: #ffffff; 
}
