.card:hover {
    transform: scale(1.02);
    transition: 0.2s;
}