.animate-opacity {

    transform: translateY(50px);
    transition: all 1s ease-out;
}
.animate-transition {
    transition: all 1s ease-out;
}