@charset "utf-8";
/* CSS Document */
h1{
	background: #1E5124;
	color: #002903;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	margin: auto;
	text-align: center;
	width: 50%;
	border: solid;
	border-color: #002903;
	border-bottom: thin;

}
body{
	background: #3C8745;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	background-image: url(https://64.media.tumblr.com/663b1b467d70f66c073d7cc2cdd3d992/tumblr_inline_n25dwhc8zz1qhwjx8.gif);
	background-size: cover;
}
Nav{
	background: #1E5124;
	margin: auto;
	text-align: center;
	width: 60%;
	height: 50px;
	border: solid;
	border-color: #002903;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 35px;
}
a{ 
	font-size: 30px;
	color: #002903;
	text-decoration: none;	
}
main{
	text-align: center;
	margin: auto;
	background: #1E5124;
	border: solid;
	border-color: #002903;
	color: #002903;
	width: 90%;
	height: 600px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}
section{
	text-align: center;
	background: #1E5124;
	Border: solid;
	border-color: #002903;
	color: #002903;
	margin: auto;
	
}
