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