:root{--bg-color: #f4f4f4;--text-color: #333;--font-family: "Courier Prime", monospace}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-family);display:flex;justify-content:center;align-items:center;height:100vh;overflow:hidden}#app{text-align:center}.typewriter{font-size:3rem;font-weight:400;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}}@media (max-width: 600px){.typewriter{font-size:1.5rem}}
