.animated-text{font-size:24px;font-weight:700;min-width:300px}.animated-text span{position:relative;color:#3b82f6}.animated-text span:before{content:"Full-Stack Developer";color:#3b82f6;animation:words 9s infinite}.animated-text span:after{content:"";position:absolute;width:100%;height:100%;border-left:2px solid #000;animation:cursor .8s infinite,typing 3s steps(20) infinite}@keyframes cursor{0%,50%{border-left-color:#000}51%,to{border-left-color:transparent}}@keyframes words{0%,22%{content:"Full-Stack Developer"}33%,55%{content:"Game Developer"}66%,to{content:"Gamer"}}@keyframes typing{0%,10%{width:0}40%,60%{width:calc(100% + 8px)}90%,to{width:0}}
