body{
    background-image: linear-gradient(#a2d2ff, #EFB0C9);
    font-family: 'Bebas Neue', cursive;
    font-family: 'Happy Monkey', cursive;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* Utility class for letters */
h1, h2, h3, h4{
    text-shadow: 0px 0px 2px black;
}
#bday-age{
    background-color: #EFB0C9;
    padding: 5px 10px;
    margin: 5px 0 10px 0;
}
#bday-date{
    background-color: #EFB0C9;
    padding: 5px 10px;
    margin: 0px;

}
#bff{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 6px solid #EFB0C9;
}
.gift{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gift-title{
    margin: 50px 0 10px 0 ;
}
.instructions{
    margin: 0px 0 20px 0;
}
.gift-box{
    background-image: url("/images/gift-box.png");
    background-size: cover;
    /* background-position: center; */
    width: 400px;
    height: 400px;
    border: 6px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px black;
}
#gift-img-happy:hover {
    background-image: url("/images/happy-card.gif");
    background-size: cover;
    background-position: center;
}

#gift-img-looks:hover {
    background-image: url("/images/chocolates.gif");
    background-size: cover;
    background-position: center;
}
#gift-img-genius:hover {
    background-image: url("/images/candies.gif");
    background-size: cover;
    background-position: center;
}
#gift-img-badass:hover {
    background-image: url("/images/great.gif");
    background-size: cover;
    background-position: center;
}
#cheers{
    height: 200px;
    background-size: cover;
}
#cheers:hover{
    background-image: url("/images/cheers.gif");
}
footer, footer a{
    margin: 50px 0 100px 0;
    font-style: italic;
    color: #ffffff;
    text-shadow: 0 0 2px black;
    font-weight: bold;
}
