html {
	display: table;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

body {
	background-color: #000;
	display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

canvas {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	cursor: pointer;
}
