html, body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  background-color: #000;
}
canvas {
  display: block;
}
