#content_circle{fill:red;transition:all .5s ease;animation:content_circle_change_background 2s linear 2s forwards}#group_circle,#start_stick{animation:viento 6s ease forwards;transform-origin:bottom center}#bottom_stick{transition:all .5s ease;animation:viento 6s ease forwards,bottom_stick_animation 3s linear 2s forwards;transform-origin:bottom center}svg{width:50%;height:auto}@keyframes content_circle_change_background{to{fill:transparent}}@keyframes viento{25%{transform:rotate(45deg) translateX(8%) translateY(30%)}50%{transform:rotate(-12deg) translateX(7%) translateY(-10%)}to{transform:rotate(90deg) translateX(-5%) translateY(25%)}}@keyframes bottom_stick_animation{50%{transform:rotate(0deg) translateX(0) translateY(0)}to{transform:rotate(0deg) translateX(0) translateY(0)}}