body {
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

.card img {
    height: 220px;
    object-fit: cover;
}

@media (max-width: 576px) {
    h2 {
        font-size: 1.4rem;
    }
}
