/* Nia's Pocketful of Shade - a sun-warmed town square that grows greener */

html,
body {
  height: 100%;
}

body {
  background: linear-gradient(180deg, #51B7C9 0%, #F4C978 48%, #C77A45 100%);
  overflow: hidden;
}

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

#story-stage {
  background: #F4C978;
}
