body {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100vw;
	overflow: hidden;
	font-family: ui-monospace, monospace;
	font-size: 16px;
}
form {
	margin: 2em 0 1em 0;
}
input {
	border: 2px solid black;
	border-radius: 4px;
	line-height: 2em;
	width: 24em;
	text-align: center;
	font-family: ui-monospace, monospace;
}
text {
	fill: white;
	width: 20;
	height: 20;
	text-anchor: middle;
	font-family: ui-monospace, monospace;
	font-size: 0.1em;
	font-weight: 100;
}
