body {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: black;
}

#canvas-container {
  position: relative;
}

canvas {
  cursor: none;
}

#textCanvas {
  position: absolute;
  top: 0;
  left: 0;
}
