* {
	font-family: sans-serif;
}

header {
	text-align: center;
	background: yellowgreen;
	overflow: hidden;
}

nav ul li {
	display: inline;
	padding: 10px;
}

nav {
	text-align: center;
}

#post {
	background: grey;
}