body {
    margin: 0;
}

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

#jumbotron {
    background-image: linear-gradient( 93.1deg,  rgba(238,254,183,1) 19.1%, rgba(169,254,222,1) 53.9%, rgba(90,222,255,1) 92% );
    margin-top: 86px;
}

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

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