/* Custom styles to complement Bootstrap dark theme */
.card {
    margin-bottom: 1.5rem;
}

.jumbotron {
    padding: 2rem;
    margin-bottom: 2rem;
    background-color: var(--bs-dark);
    border-radius: 0.3rem;
}
