body {
    text-align: center;
    font-family: 'Tektur', cursive;
    /* background-image: url("images/moon-g07476b0ae_1920.jpg");
    background-repeat: no-repeat;
    background-size: cover; */
    color: #ffffff;
}

html {
  background: url("images/moon-g07476b0ae_1920.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

#bff-img {
    width: 150px;
    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: 200px;
}

.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:hover {
    background-image: url("https://media.giphy.com/media/ivpXpQXvA7nb6AjezX/giphy.gif");
    /* background-size: cover;
    background-position: center; */
}

#gift-img-hot:hover {
    background-image: url("https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExY283MzRjbmlwb2h6Z3hyMHIxdm1rMDZuNGJoc29pcnVlMnF3NnA0eiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/bGCDhW2AKpylrdHx29/giphy.gif");
    /* background-size: cover;
    background-position: center; */
}

#gift-img-genius:hover {
    background-image: url("https://media.giphy.com/media/xUPOqsZlHYyDIYXnHi/giphy.gif");

}

#gift-img-badass:hover {
    background-image: url("https://media.giphy.com/media/kIEKlh9tA5YKKGtKB9/giphy.gif");

}

#gift-img-cheers:hover {
    background-image: url("https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExMzZ5bGtsYXByMTZsM2s0c3UwdGtsdWs4YzVxbXZyNzYwZnptcTJzdyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3otPoTl1MeEuaUDIw8/giphy.gif");
}


.position:hover{
    background-size: cover;
    background-position: center;
}



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

a {
    color: white;
}

/*
Add the footer paragraph according to the design.
Configure the anchor tag to open the link in a new tab.
Forgotten how to do it? Google it!

Link:
https://scrimba.com/learn/htmlandcss

Text:
Want to create your own Birthday GIFt site? Take this HTML & CSS course.
*/
