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

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

#bff-img {
    width: 300px;
    border-radius: 50%;
    border: 6px solid #EFB0C9;
    margin-bottom: 10px;
}

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

#bday-date {
    margin: 0;
    background: #EFB0C9;
    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: 250px;
}

.gift-img {
    margin: 20px auto;
    max-width: 400px;
    height: 400px;
    border: 6px solid white;
    border-radius: 10px;
    background-image: url("gift-cover.jpg");
    background-size: cover;
}

#gift-img-happy:hover {
    background-image: url("IMG_7250.jpeg");
    background-position: center;
}

#img-group-olin-bathroom:hover {
    background-image: url("IMG_4352.jpeg");
    background-position: center;
}

#img-convaSLAYtion:hover {
    background-image: url("IMG_5455.jpeg");
    background-position: center;
}

#img-beach:hover {
    background-image: url("IMG_4451.jpeg");
    background-position: center;
}

#img-car:hover {
    background-image: url("IMG_2912.jpeg");
    background-position: 60% 20%;
}

#img-floor:hover {
    background-image: url("IMG_2553.jpeg");
}

#img-pizza:hover {
    background-image: url("71541045222__6484D840-F23C-42DD-8571-B0A37FA3374D.jpeg");
}

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

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

a {
    color: white;
}

#cheers-title {
    width: 70%;
    margin: auto;
}
