.circle{z-index:50;width:130px;height:130px;right:180px;border-radius:50%;animation:rotate 10s linear infinite}.circle,.text{position:absolute;display:flex;justify-content:center;align-items:center}.text{width:100%;height:100%;text-align:center}.text span{position:absolute;display:inline-block;font-size:16px;color:#fff;font-weight:bolder}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:950px){.circle{right:50px}.text span{font-size:10px}}