html,
body {
  margin: 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

canvas {
  user-select: none;
  -webkit-user-select: none;
}
