body{
	background-image: url("sitting.jpg");
	background-size: cover;
	background-position: center;
	font-family: Lato;
	color: black;
}
html{
	height:100%;
}
hr{
	margin-left:20px;
	height:0.5px;
	border-top: 0.5px solid white;
	border-bottom: 0.5px solid rgba(0,0,0,0.2);
	width:350px;
}