html, body {
  margin: 0;
  padding: 0;
  overflow: hidden; /* prevent scrollbars */
  width: 100%;
  height: 100%;
}

canvas {
  display: block; /* removes inline spacing */
}
