@keyframes anim-size{0%{stroke-dasharray:0 150;stroke-dashoffset:0}47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16px}95%,to{stroke-dasharray:42 150;stroke-dashoffset:-59px}}@keyframes anim-rotate{to{transform:rotate(1turn)}}.spinner__graph{transform-origin:50%;animation:2s linear infinite anim-rotate}.spinner__graph circle{stroke-linecap:round;animation:1.5s ease-in-out infinite anim-size}
