body {
    text-align: center;
    font-family: cursive, Verdana, Geneva, Tahoma, sans-serif;;
    background: linear-gradient(#666666, #bdbdbd);
    color: #ffffff;
}

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

#yt-frame {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    max-width: 400px;
}

#bday-age {
    background: #bdbdbd;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px 0 10px 0;
    color: rgb(145, 108, 113);
}

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

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

#cake{
	margin: 10px 0 30px 0; 
	font-size: 100px;
	border: 10px solid #bdbdbd;
	border-radius: 50%;
	padding: 5px 9px 12px 9px;
}

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

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

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

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

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

.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;
}

#gift-img-happy:active,
#gift-img-happy:hover {
    background-image: url("images/happy.webp");
}

#gift-img-hot:active,
#gift-img-hot:hover {
    background-image: url("images/sexy.webp");
}

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

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

#gift-img-congrats:active,
#gift-img-congrats:hover {
    background-image: url("images/birthday-dog.webp");
}

#gift-img-boulder:active,
#gift-img-boulder:hover {
    background-image: url("images/boulder.webp");
}

#gift-img-car:active,
#gift-img-car:hover {
    background-image: url("images/driving.webp");
}

#gift-img-faultier:active,
#gift-img-faultier:hover {
    background-image: url("images/faultier.webp");
}

#gift-img-nl:active,
#gift-img-nl:hover {
    background-image: url("images/windmill.webp");
}

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

a {
    color: white;
}
