@keyframes fadeInUp{0%{transform:translateY(15%);opacity:0}100%{transform:translateY(0);opacity:1}}.fadeInUp-animation{animation:1s fadeInUp}
