body {
    margin: 0;
}

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

#jumbotron {
    background-image: linear-gradient( 99.6deg,  rgba(112,128,152,1) 10.6%, rgba(242,227,234,1) 32.9%, rgba(234,202,213,1) 52.7%, rgba(220,227,239,1) 72.8%, rgba(185,205,227,1) 81.1%, rgba(154,180,212,1) 102.4% );
    margin-top: 86px;
}

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

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