@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}@keyframes color-change{0%,to{stroke:#69c}40%{stroke:#ff8080}66%{stroke:#9c9}80%,90%{stroke:gold}}
