body{display:flex;justify-content:center;align-items:center;height:100vh;margin:0;background-color:#000}.typewriter h1{color:#fff;font-family:Courier New,Courier,monospace;font-size:5rem;overflow:hidden;border-right:.15em solid orange;white-space:nowrap;margin:0 auto;letter-spacing:.15em;animation:typing 3.5s steps(40,end),blink-caret .75s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:orange}}
