body {
    font-family: Arial, sans-serif;
    background: #ece6e2;
}

h1 {
    text-align: center;
    color: #db2a08;
}

button {
    background-color: #153366;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 1em;
}

.dates_form {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.dates_form button {
    float: right;
    margin-top: 10px;
}

#dates {
    width: fit-content;
}

#chart
{
    max-height: 150px;
}