body {
    padding-bottom: 3rem;
    background-color: #f2f4f7;
}

a {
    text-decoration: none;
    text-underline-offset: 0.25em !important;
}

a:hover,
.breadcrumb-item a {
    text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}

.card-header {
    background-color: #FFF;
    border-bottom: 0;
}

.card-header a {
    color: #212529;
}

.card-header a:hover {
    color: #007bff !important;
}

.card {
    box-shadow: 0 .2rem .4rem rgba(100, 100, 100, .2);
}

.btn-top {
    position: fixed;
    bottom: 1rem;
    right: .2rem;
}