:root {
    --cta-color: #6539c5;
    --progress-bar-color: #7552C4;
  }

body {
    min-height: max(884px, 100dvh);
    font-family: Lexend, "Noto Sans", sans-serif;
}

#web-app{
    max-width: 420px;
    margin: 0 auto;
}

.scenarios-card:last-child{
    margin-bottom: 6rem; /
} 

body {
    font-family: 'Roboto', sans-serif;
    background-color: #111827;
    min-height: max(884px, 100dvh);
}
.progress-bar {
    background-color: #374151;
}
.progress {
    background-color: #4f46e5;
}