body {
	background-color: #f2e0de;
	font-family: arial, sans-serif;
	font-size: 100%;
	line-height: 133%;
}


top-links {
	list-style:none;
	padding-left:0;
	height: 10vh;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items:center;
}

 headd {
	min-width: 8em;
	text-align:center;
}

header {
	flex-direction: column;
	display: flex;
	height: 40vh;
	align-items: center;
	justify-content: space-between;
}
	