*
{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html
{
	overflow: hidden;
	font-family: monospace;
	width: 100%;
	height: 100%;
}

body
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

input
{
	margin: 1em;
	text-align: center;
	min-height: fit-content;
}
