.card{
    transition: 1s;
}

.card:hover{
    transform: scale(1.05);
}