.nav-link.active {
    background-color: #4fc3f7!important;
}

#index-desc > * {
    font-size: 26px;
}

.table td, .table th {
    text-align: center;
}
.custom-container .dash-table-container {
     height: 400px;
     overflow-y: auto;
 }

/* assets/custom.css */
.nav-link-dark {
    color: #343a40 !important; /* Dark gray color */
}

.nav-link {
    color: #343a40 !important; /* Dark gray color */
}