@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(365deg)}}.spin{position:relative;width:100px;height:100px;border-radius:50%;border:3px dotted #6fc734;border-top-color:rgba(0,0,0,.06666666666666667);box-sizing:border-box;animation:rotate 1.5s infinite;margin:10rem auto auto}.solid{border-style:solid}