body {
    background-color: #f8f9fa;
}

.container {
    margin-top: 50px;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
}

.card img {
    height: 200px;
    object-fit: cover;
}

img.img-fluid.rounded {
    margin-bottom: 20px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
