@keyframes fadeInUp{from{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.fade-in-up{animation:1.55s both fadeInUp}