body {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	overflow-y: none;
	scroll-behavior: smooth;
	letter-spacing: 3px;
	background-image: #F9F9F9;
}
div.body {
	max-width: 800px;
	margin: 0px auto 0px;
	padding: 0px 0px;
	text-align: center;
}

a {
	color: #333333;
}

.body>section {
	height: 100vh;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1em;
}

section ul {
	margin: 0;
	padding: 0 0.5em;
}

section ul li {
	list-style: none;
	font-weight: 400; 
	font-size: 1em; 
	margin: 1em 8px 0px 8px;
}

section#issues {
	justify-content: space-between;
}

section#issues header {
	margin-top: 1em;
}

section#issues header img {
	width: 50%;
}
