header{
	background-color: #228B22;
}

h1{
	font-family: papyrus, fantasy;
	font-size: 3em;
}

nav{
	text-align: center;
	border: 2px solid black;
	border-radius: 5px;
}

form{
	border: 2px dotted white;
	margin-right: auto;
	margin-left: auto;
}

h2{
	color: Purple;
	text-align: center;
}


main{
	text-align: center;
	background-color: #228B22;
	border: 5px solid black;
	border-radius: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

footer{
	background-color: #228B22;
	border: 2px solid black;
	border-radius: 5px;
}