.title-bar {
    background-color: #4389e5;
    border-radius: 8px 8px 0 0;
}

.section-content {
    background-color: #efefef;
    border-radius: 0 0 8px 8px;
}

.nav-container {
    display: table;
    margin: 0 auto;
}

.calendar-grid-day {
    font-size: 12px;
}