/* Kavi and the Tangled Kite - a warm Sankranti rooftop story */

html,
body {
  height: 100%;
}

body {
  background: linear-gradient(180deg, #5C6BC0 0%, #F59F65 48%, #A85B36 100%);
  overflow: hidden;
}

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

#story-stage {
  background: #F6B176;
}
