body {
  background: linear-gradient(#a2d2ff, #ffafcc);
  text-align: center;
  font-family: 'Happy Monkey', cursive;
  color: white;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  
}


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

#photo {
 width: 150px;
 border-radius: 200px;   
 border: 5px solid #EFB0C9;
}

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

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

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

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

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

.gift-image {
    background-image: url(images/gift-cover.jpg);
    background-size: cover;
    margin: 0 auto;
    width: 400px;
    height: 400px;
    border: 6px solid white;
    border-radius: 10px;
}

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

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

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

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

#img-cheers{
    height: 200px;
}

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

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

a{
    color: white;
}