.card-title a {
    text-decoration: none;
    color: #000;
}

.card-title a:hover {
    text-decoration: underline;
    color: #007bff;
}

.card-img-top {
    object-fit: cover;
    height: 200px;
}
