body {
  background-color: black;
  margin:0;
  /* leave it to hide the scrollbars */
  overflow: hidden;
}

#canvas {
  width: 100%;
  height:100%;
}