.text{animation:2s forwards translate}@keyframes translate{0%{transform:translateY(30px)}to{transform:translateY(0)}}
