.card{
transition: all 0.3s;
}

.card:hover{
transform: scale(1.15);
}
