body {
    padding-top: 84px;
    background-color: #1d1d1d;
}

.datepicker {
    color: #333333;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td span:hover,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
    color: #333333;
}

#main-header {
    padding-top: 30px;
    padding-bottom: 10px;
}

#main-header h1 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f45950;
    padding: 0;
    margin: 0 0 20px;
}
