html{
    overflow-x:hidden;
}
.anim{
    opacity:0;
    transition: all 0.3s ease;
    overflow:hidden;
}
.anim.animate__animated{
    opacity:1;
}