#loaves-game {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
  background: #315f45;
}

#loaves-game:focus-visible {
  outline: 6px solid #f4c95d;
  outline-offset: -8px;
}

.game-stage {
  background: linear-gradient(180deg, #ccecff, #f6e5b4 65%, #b8d58c);
}
