html,
body {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #111;
	display: grid;
	place-items: center;
}

canvas {
	width: 1278px;
	height: 720px;
	image-rendering: pixelated;
	background: #8fd3ff;
}