@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}.typing-effect{display:inline-block;white-space:nowrap;overflow:hidden;width:100%;animation:typing 4s steps(30),blink .75s step-end 2}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hidden{opacity:0}.fade-in{animation:fadeIn 1s ease-in forwards}