.nav-pills .nav-link {
    border-radius: 0.375rem;
    color: steelblue !important;
    transition: color 0.25s ease;
}

.nav-pills .nav-link:hover {
    color: #7fae5e !important;
}

.nav-pills .nav-link.active {
    background-color: #7fae5e !important;
    color: white !important;
}

.main-link {
    color: SteelBlue !important;
    transition: color 0.25s ease;
}

.main-link:hover {
    color: #7fae5e !important;
}

footer {
    font-size: 0.875rem;
}
