.line-1{border-right:1px solid var(--color-primary);text-align:center;white-space:nowrap;width:130px;margin:0 auto;font-size:180%;position:relative;top:50%;overflow:hidden;transform:translateY(-50%)}.anim-typewriter{animation:1.5s steps(10,end) both typewriter,.9s steps(10,end) infinite blinkTextCursor}@keyframes typewriter{0%{width:0}to{width:130px}}@keyframes blinkTextCursor{0%{border-right-color:var(--color-primary)}to{border-right-color:var(--color-background)}}
