body {
    margin: 0;
}

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

#jumbotron {
    background-image: linear-gradient( 102.7deg,  rgba(253,218,255,1) 8.2%, rgba(223,173,252,1) 19.6%, rgba(173,205,252,1) 36.8%, rgba(173,252,244,1) 73.2%, rgba(202,248,208,1) 90.9% );
    margin-top: 86px;
}

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

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