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

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  cursor: none;
}

.text {
  color: transparent;
  user-select: none;
  font-size: 1px;
}

.text::selection {
  color: rgb(255, 255, 255);
}