.underline-animate{position:relative;text-decoration:none}.underline-animate:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:currentColor;transition:width .5s cubic-bezier(.4,0,.2,1)}.underline-animate:focus:after,.underline-animate:hover:after{width:100%}