.rotating-shape-container{animation:rotate 10s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.circle-style{padding:2em;overflow:visible}.circle{transition:all .5s ease}.breath-animation .circle{transform:scale(1.1)}