body {
	background-color: #A6BF79;
	width: 888px;
	max-width: 988px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-family: sans-serif;
}

h1 {
	font-size: 36pt;
	text-align: center;
}

.content {
	background-color: #E3E5DB;
	border-style: solid;
	border-color: white;
	border-width: 2px;
	border-radius: 10px;
	padding: 15px;
	font-size: 16pt;
}