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