﻿body {
    background-color: black;
    color: white;
}

.card {
    background-color: #222;
    color: white;
}

.custom-border-bottom {
    border-bottom: 3px solid darkblue;
}

.card-body p {
    font-size: 0.9rem;
}

img {
    max-height: 120px;
    object-fit: cover;
}

.jumbotron {
    background-color: #333;
    border-radius: 0.5rem;
}
