:root{--topPos:-200px;--leftPos:-150px}.circulo1{animation:rotate 15s linear infinite;width:280px;height:280px;top:calc(var(--topPos) + 200px);left:calc(var(--leftPos) + 200px)}.circulo3 img,.circulo1 img{animation:rotateleft 5s linear infinite}.circulo2{animation:rotateleft 20s linear infinite;width:480px;height:480px;top:calc(var(--topPos) + 100px);left:calc(var(--leftPos) + 100px)}.circulo2 img{animation:rotate 5s linear infinite}.circulo3{animation:rotate 25s linear infinite;width:680px;height:680px;top:calc(var(--topPos) + 0px);left:calc(var(--leftPos) + 0px)}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes rotateleft{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}