html,
body {
  margin: 0;
  padding: 0;
}

canvas {
  display: block;
}

#myCanvas {
  margin: 0px auto !important;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
