body {
	background: #222323;
	color: #E0E2E1;
	font-family: monospace, Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: left;
	align-items: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
div.centralBody {
	background-color: #E0E2E1;
	color: #222323;
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	padding-left: 10%;
	padding-right: 10%;
}
div.centralBody.focus {
	background-color: #3CA370;
	color: #222323;
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	padding-left: 10%;
	padding-right: 10%;
}
div.list {
	padding-bottom: 8px;
}
div.navigation {
	flex-direction: row;
	margin-bottom: 8px;
}
div.navigationlist {
	margin-bottom: 8px;
}
div.text {
  font-size: 16px;
	padding-bottom: 8px;
}
h1 {
	font-size: 32px;
	margin-top: 8px;
	margin-bottom: 4px;
}
h2 {
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 4px;
}
a {
	color: #2E3440;
	font-weight: bold;
}
button {
	background: #222323;
	color: #E0E2E1;
	font-family: monospace, Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-top: 8px;
	border: none;
	border-radius: 0px;
	vertical-align: middle;
}
button.focus {
	color: #3CA370;
}
div.centralBody.focus button {
	color: #3CA370;
}
button.small {
	width: 128px;
	height: 64px;
}
button.large {
	height: 64px;
}

button.large.icon{
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-size: 56px;
	margin-top: 0px;
	margin-bottom: 8px;
}
