@keyframes fadeUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-fade-up{animation:fadeUp 1s ease-out both}
