/* The Little Boat's Big Trip - a calm sunset pond storybook */

html,
body {
  height: 100%;
}

body {
  background: linear-gradient(180deg, #6A5AA8 0%, #F59E72 48%, #277A83 100%);
  overflow: hidden;
}

.game-container {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  padding: 0 10px;
}

#story-stage {
  background: #9ED9E2;
}
