.fade-in-text{animation:fadeIn 5s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}