body {
    margin: 0;
}

.last-foot {
    background-color: #007FFF;
    font-size: 0.8rem;
}

#jumbotron {
    background-image: linear-gradient( 109.5deg,  rgba(76,221,242,1) 11.2%, rgba(92,121,255,1) 91.1% );
    margin-top: 86px;
}

#sidebar {
    top: 86px;
    height: calc(100vh - 86px);
    font-size: 0.9rem;
}

.card-text {
    font-size: 0.9rem;
}