.game-frame canvas {
  background: #06101d;
  cursor: crosshair;
  touch-action: none;
}

.game-frame canvas:active {
  cursor: cell;
}
