@keyframes fadeInLeft{0%{transform:translateX(-40px);opacity:0}to{transform:translateX(0);opacity:1}}.fadeInLeft{animation-name:fadeInLeft}