.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
}
