.spinner-svg{height:70px;width:70px;position:relative;animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner-svg circle{fill:none;stroke-width:5px;stroke:hsl(197,88%,58%);stroke-linecap:round;transform:translate(5px,5px);stroke-dasharray:200;stroke-dashoffset:200;animation:spin 3s linear infinite}@keyframes spin{0%,to{stroke-dashoffset:200}50%{stroke-dashoffset:0}50.01%{stroke-dashoffset:400}}