body{margin:0}.orbit-track{position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;transform-origin:0 0;animation:orbit-clockwise 12s linear infinite}.orbit-track-counter{animation-name:orbit-counter}.orbit-track-clockwise{animation-name:orbit-clockwise}.orbit-translator{transform-origin:0 0}.orbit-content{transform-origin:center}.orbit-counter-rotate{animation:orbit-counter 12s linear infinite}.orbit-clockwise-rotate{animation:orbit-clockwise 12s linear infinite}@keyframes orbit-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes orbit-counter{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
