html {
	background: black;
	color: white;
}
body {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}
body > * {
	max-width: 1024px;
}
h1, h2, h3, h4, h5 {
	font-family: serif;
	text-shadow: 1px 1px grey;
	text-align: center;
}
.footer {

}
.fact {
}
.fact p.text {
	font-family: monospace;
	font-size: 2em;
}
