.my-card:hover{
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
}
