.text-animate{opacity:0;animation:3s forwards slideIn;transform:translateY(50%)}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}
