
.container {
    font-family: 'Roboto' !important;
}

.container li a{
    color: #357EB3 !important;
}

.my-4 h2{
    color: #357EB3 !important;
}

.nav-tabs .nav-link.active {
        background-color: #007bff;
        color: white !important;
}

.card-title{
    color: #357EB3 !important;
    font-weight: bold;
}

table thead {
        background-color: #f8f9fa;
}