body {
	background-color: snow;
	font-family: Arial, sans;
}

.logo {
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 0.5em;
}

.content {
	justify-self: center;
	width: 1000px;
	border: 1px solid #333333;
	box-shadow: 0 0 0.25em #444444;
	padding: 8px 12px;
	background-color: white;
}

footer {
	justify-self: center;
}
