html, body {
	height: 100%;
}

body {
	font-size: 16px;
	font-family: sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

h1 {
	font-family: 'Victor Mono', monospace;
	font-size: 5rem;
}
