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

canvas {
  display: block;
  position: fixed;
  width: 100%;
  top: 0px;
  left : 0px;
}
