body {
	background: #30343F;
	color: #EBE4DA;
	font-family: sans-serif;
	font-size: 18px;
	text-align: justify;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

header {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .5em;
}

nav {
	font-size: 20px;
}

nav ul {
	list-style-type: none;
}

nav ul li {
	display: inline-block;
	border-right: 1px solid #5E667B;
	padding: 0 20px 0 20px;
}

nav ul li:first-child {
	padding: 0 20px 0 0;
}

nav ul li:last-child {
	border-right: none;
	padding: 0 0 0 20px;
}

main {
	min-height: 20%;
	/*min-width: 800px;*/
	max-width: 800px;
}

p {
	line-height: 1.5;
}

a {
	color: #976B68;
	text-decoration: none;
}

a:hover {
	text-decoration: underline #976B68;
}

.pubDate {
	margin-top: -1.8em;
	text-transform: uppercase;
	font-size: 14px;
	opacity: 0.8;
}

.indexList ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.indexList li {
	padding-bottom: 10px;
}
