body
{
	background: #111;
	color: #aaaaaa;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	font-family: monospace;
}

.box
{
	padding: 10px 20px;
	border: 2px solid #0000aa;
	white-space: pre;
	text-align: center;
}
