body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: black;
  overflow: hidden;
}

canvas {
  display: block;
}
