body {
	align-content: center;
	background-color: #222;
	color: #fff;
	display: grid;
	font-family: Garamond, serif;
	height: 98vh;
	justify-content: center;
	text-align: center;
	width: 98vw;
}
main {
	width: 18em;
}
h1, h2 {
	margin: 0;
}
h2 {
	font-size: 0.9em;
	font-weight: 200;
}
