body {
	text-align: center;
	font-family: 'Happy Monkey', cursive;
	background: linear-gradient(#a2d2ff, #efb0c9);
	color: #fff;
}

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

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

#photo {
	border-radius: 50%;
	width: 200px;
	border: 6px solid #efb0c9;
}

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

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

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

.gift-title {
	margin-bottom: 0;
}

.gift-hint {
	margin-top: 30px;
}

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

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

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

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

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

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

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

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

a {
	color: inherit;
}
