svg{animation:rotate 3s;opacity:1}@keyframes rotate{0%{transform:rotate(-80deg)}to{transform:rotate(0deg)}}