* {
  margin: 0;
  padding: 0;
}
body {
  overflow: hidden;
  background: #000000;
}

canvas {
  display: block;
  width: 100%;
}
