body {
    font-family: 'Poppins', sans-serif;
}
.hidden {
    display: none !important;
}
.chart-container {
    position: relative;
    margin: auto;
    height: 60vh;
    width: 80vw;
    max-width: 600px;
}
.day-btn.active {
    background-color: #e09f3e;
    color: white;
}