html, body {
	height: 99%;
}

html {
	background-color: #333333;
	color: #eeeeee;
	font-family: Lucida Console, Courier New, monospace, monospace;
	font-size: 3em;
}

body {
	display: grid;
	place-items: center;
}

.everything {
	display: grid;
	place-items: center;
}
