.typewriter{display:inline-block;overflow:hidden;font-family:monospace;border-right:2px solid black;animation:typing 3s steps(30,end),blink .5s step-end infinite;max-height:0;animation:reveal 3s steps(30,end),blink .5s step-end infinite}@keyframes reveal{0%{max-width:0}to{max-width:100%}}@keyframes blink{0%,to{border-color:transparent}50%{border-color:#000}}@keyframes blink-fast{0%,to{opacity:0}50%{opacity:1}}.cursor-blink{display:inline-block;width:1ch;background-color:#f5f5f5;animation:blink-fast 1s step-start infinite}
