@font-face {
    src: url("harley.ttf");
    font-family: Harley;
}

body {
    text-align: center;
    background: linear-gradient(to right, #023047, #fb8500);
    color: #ffffff;
}

h1, h2, h3, h4, p {
    text-shadow: 0 0 1px black;
      font-family: "Happy Monkey", cursive;
}

h1 {
    font-family: Harley;
    font-weight: bolder;
    font-size: 50px;
}

#bff-img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 6px solid #ffb703;
    margin-bottom: 10px;
}

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

#bday-date {
    margin: 0;
    background: #ffb703;
    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-excited:hover {
    background-image: url("images/excited.gif");
}

#gift-img-birthday:hover {
    background-image: url("https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExaXE4dm92OGdvMm05cXlsNjZ6bWQ0cDM5d2hrMXU3OW5oY3BxeDB0eSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/f3crgskZvUn0hIy7Hj/giphy.gif");
}

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

#gift-img-obinna2:hover {
    background-image: url("images/obinna2.jpg");
}

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

#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.
*/