

body{
		text-align: center;
		font-family: 'Happy Monkey', cursive;
		background: #a2d2ff;
		color: #ffffff;
		background: linear-gradient(deepskyblue, skyblue, orange, orangered);
		
}

#kgf-img{
		width: 150px;
		border-radius: 50%;
		border: 6px solid #c7fff4;
}

h1, h2, h3, h4 {
	    text-shadow: 0px 0px 1px black; 
}

#bday-age{
	    background: #c2e153;
	    padding: 5px 10px;
	    border-radius: 5px;
	    margin: 5px 0 10px 0;
}

#bday-date{
	    background: #c2e153;
	    padding: 5px 10px;
	    margin: 0;
	    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 {
    margin: 0 auto;
    width: 400px;
    height: 400px;
    border: 6px solid white;
    border-radius: 10px;
    background-image: url("images/gift-cover.jpg");
    background-size: cover;
}

#gift-img1:hover {
    background-image: url("images/happy.gif");
}

#gift-img2:hover {
    background-image: url("images/love.webp");
}
#gift-img3:hover {
    background-image: url("images/yash-boss.gif");
}

#gift-img4:hover {
    background-image: url("images/badass.gif");
}

#gift-img5 {
    height: 200px;
}
#gift-img5:hover {
    background-image: url("images/cheers.webp");
}
footer{
	width: 400px;
	margin: 40px auto 20px;
	text-shadow: 0px 0px 1px black;
	font-size: 24px;
	font-family: bold;
}

