body {
	background-color: #f5f5dc;
	font-family: "Helvetica", Arial, sans-serif;
}

#box {
	text-align: center;
	width: 60%;
	margin: auto;
	margin-top: 2%;
	border: 0.4em solid lightgrey;
	border-radius: 16px;
	background-color: white;
	padding-bottom: 1em;
}

#bottom-box {
	margin-top: 2em;
	width: 100%;
	text-align: center;
}

#banner {
	height: 16em;
}
