body {
	background-color: rgb( 237,237,233 );
	font-family: sans-serif;
	margin: 0px;
}
.section {
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 80%;
	margin: auto;
}
.menubar {
	height: 100px;
	margin-bottom: 1em;
	width: 100%;
}

