body {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100vh;

	background-color: #111;
	color: white;
	font-family: sans-serif;
	text-align: center;
}

h1 {
	font-size: 8em;
	font-family: monospace;
	margin: 0;
}