body{
    font-size:14px;
}

.card-hover{
    transition:.3s;
}

.card-hover:hover{

    transform:translateY(-4px);

}