.animate {

    transition:
        all 0.2s ease-in-out;
}

.animate:hover {

    transform:
        translateY(-2px);
}
