#crosshair {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: white;
  pointer-events: none;
  /* let clicks pass through */
  user-select: none;
  /* disable text selection */
}