body {
    margin: 0;
	background-color: #222222;
}

canvas {
    width: 100%;
    height: auto;
	min-width: 1200px;
	min-height: 550px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}
