body {
    text-align: center;
    font-family: 'Happy Monkey', cursive;
    background: #a2d2ff;
    color: #ffffff;
}

h1, h2, h3, h4, p {
    text-shadow: 0 0 1px black;
}

#bff-img {
    width: 250px;
    border-radius: 50%;
    border: 6px solid #EFB0C9;
    margin-bottom: 10px;
}

/*
Challenge:
Make the bday elements look like the
provided design slide.
*/

#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;
}

.giftimg {
    background-image:url("https://file.garden/ZlHprt_wRDoV_nXT/prezent.avif");
    width: 400px;
    height: 600px;
    background-size:cover;
    border: solid 6px #EFB0C9;
    border-radius: 10px;
    display: flex;
    margin: 0 auto;
}

.giftimg:hover {
    background-image:url("https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExaXhhNjl1NGNrdG04MXJsYW00cGxieXNqMjZxd3B1Y2V5NjhpdHFjbCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/Fu3OjBQiCs3s0ZuLY3/giphy.gif");
}

.gowno {
    width: 400px;
    height: 150px;
    background-size:cover;
    border: solid 6px #EFB0C9;
    border-radius: 10px;
    display: flex;
    margin: 20 auto;
}

#gift {
    margin-top: 30px;
}

