body{
	background-color: #B62E22; 
}

#main{
	height: 75%;
	width: 50%; 
	margin: auto;
	margin-top:5%;
	background-image: url("imgs/home_imgs/lake.jpg"); 
	background-repeat: no-repeat; 
	background-size:cover; 
	
	text-align:center; 
	font-size:1.2em;
}

h2{
	padding-top:25%;
}

	

input{
	margin-bottom:5%; 
}