html { 
    font-family: sans-serif;
}

.navbar-brand svg {
    max-height: 100px;
}

.navbar-nav .nav-link.active{
    color: rgb(4, 93, 161)
}

.card-header {
    background-color: #045da1;
    color: white;
}

.col-label {
    font-size: smaller;
}