.typewriter p{display:inline-block;color:#fff;font-family:monospace;overflow:hidden;border-right:.15em solid orange;white-space:nowrap;margin:0;letter-spacing:.15em;animation:typing 3s steps(10),blink-caret 1s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:orange}}