.game-frame canvas {
  background: #123e49;
  cursor: pointer;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  image-rendering: auto;
}

.game-frame canvas:focus-visible {
  outline: 3px solid #8fe3c0;
  outline-offset: -3px;
}
