body{
	background-color: blanchedalmond;
}

/* style for container enters the page and sets the element width */

#container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

header {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: blanchedalmond;
	border-radius: 10px;
	box-shadow: 12px 12px 12px #404040;
	text-align: center;
}

nav {
	font-family: Georgia, "Time News Romans", serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 20px;
	border-top: 5px solid medium;
	border-bottom: 5px solid #000000;
}

main {
	display: block;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 20px;
	border-radius: 10px;
	background-color: blanchedalmond;
	box-shadow: 12px 12px 12px #404040;
}

/* style for h2 element*/
	h2 {
		padding: 20px;
		text-align: center;
	}

footer {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}
