body {
    padding-top: 56px; /* Adjust for fixed navbar height */
}

.jumbotron {
    background-color: #e9ecef;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    border-radius: .3rem;
}

.card-img-top {
    max-height: 200px;
    object-fit: contain;
    padding: 10px;
}
