.typing1{margin-bottom:2rem;width:fit-content;border:1px solid var(--secondary);white-space:nowrap;overflow:hidden;font-family:monospace;animation:typewriter 4s steps(36)1s infinite both}.typing2{margin-bottom:2rem;width:fit-content;border:1px solid var(--secondary);border-right:2px solid var(--primary);white-space:nowrap;overflow:hidden;font-family:monospace;animation:blinkTextCursor 500ms steps(36)infinite normal}.typing3{margin-bottom:2rem;width:fit-content;border-right:2px solid var(--primary);white-space:nowrap;overflow:hidden;font-family:monospace;animation:typewriter 4s steps(36)1s infinite both,blinkTextCursor 500ms steps(36)infinite normal}@keyframes typewriter{0%{width:0}75%{width:36ch}99%{width:36ch}100%{width:0}}@keyframes blinkTextCursor{from{border-right-color:var(--primary)}to{border-right-color:transparent}}