body {
	font-family:monospace;
	line-height:1.25rem;
	letter-spacing:2px;
	font-weight:700;
	font-size:22px;
	background-color:#000;
	color:#0f0;
	display:flex;
	justify-content:center;
	align-items:center;
	height:100vh;
	margin:0;
}