*
{
	font-family: monospace;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: black;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
}

#canvas
{
	width: 100%;
	height: 100%;
	object-fit: contain;
	image-rendering: auto;
}
