.underline-animation{text-decoration:none;position:relative;white-space:nowrap}.underline-animation svg{position:absolute;top:75%;left:0;width:100%;height:auto}.underline-animation .stroke{stroke:red;stroke-width:.15em;stroke-dasharray:822;stroke-dashoffset:822;animation:underlineAnimation 1.8s linear 1s forwards}@keyframes underlineAnimation{0%{stroke-dashoffset:822}to{stroke-dashoffset:0}}