@keyframes typing{0%{width:0}to{width:100%}}@keyframes cursor{0%{border-right-color:#000000bf}to{border-right-color:#0000}}.typing-text{animation:typing 5s steps(40) 1s forwards,cursor 5s steps(40) forwards;border-right:3px solid;display:inline-block;white-space:nowrap}.typing-text:after{animation:cursor 5s steps(40) forwards;content:"|"}
/*# sourceMappingURL=main.7b0cd4e6.css.map*/