body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

.img-thumbnail {
    border-radius: 0.5rem;
}

.thumb {
    margin-bottom: 15px;
}

.thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}