html {
	background-color: #0D0E0E;
	color: white;
	font-family: monospace;
	
}

body {
	max-width: 60vw;
	margin-left: 20vw;
	margin-right: 20vw;
}

.header {
	text-align: center;
}

.content {
}

.center {
	text-align: center;
}

.section-header {
	display: block;
	text-align: center;
	font-size: 1.7em;
}

.section-header h1 {
	display: inline;
}