.card {
    transition: transform 0.3s ease-in-out;
}
.card:hover {
    transform: scale(1.03);
}