body {
	color: #111;
	color: #eee;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #111;
}

div#container {
	width: 100vw;
	height: 100vh;

	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	background-repeat: no-repeat;
}

canvas#maincanvas {
	cursor: none;
	scale: 1;
	image-rendering: pixelated;
}

canvas#offscreen {
	position: absolute;
	width: 128;
	height: 128;
	left: -500px;
}

canvas.secondary {
	position: absolute;
	left: -500px;
}
