.underline-wrapper{width:400px;margin:20px auto}.underline-svg path{animation:drawLine 15s infinite}@keyframes drawLine{0%{stroke-dashoffset:400;opacity:0}30%{stroke-dashoffset:0;opacity:1}70%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:400;opacity:0}}