body {
	margin: 0;
	background-color: #000;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

span {
	font-family: monospace;
	color: #fff;
}
