
body {
	margin: 0px;
}

canvas {
	width: 640px;
	height: 640px;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
