body{
	background-image: url("kiss (1).jpg");
	background-size: cover;
	background-position: center;
	font-family: Lato;
	color: black;
}
html{
	height:100%;
}
#content{
	text-align: center;
	padding-top:25%;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4);
	text-shadow: 0px 8px 13px rgba(0,0,0,0.1);
	text-shadow: 0px 18px 23px rgba(0,0,0,0.1);
}
h1{
	font-weight: 500;
	font-size: 4.3em;
}
hr{
	border-top: 1px solid black;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	width:400px;
}
