.badge-spin{animation:10s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wing{transform-box:fill-box;animation-name:flutter;animation-duration:.15s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}.wing-left{transform-origin:100% 100%;animation-name:flutter-left}.wing-right{transform-origin:0 100%;animation-name:flutter-right}@keyframes flutter-left{0%{transform:rotate(-20deg)scale(.9)}to{transform:rotate(-45deg)scale(1.1)}}@keyframes flutter-right{0%{transform:rotate(20deg)scale(.9)}to{transform:rotate(45deg)scale(1.1)}}.head-tail{transform-origin:bottom;transform-box:fill-box;animation:1.5s ease-in-out infinite alternate tail-wag}@keyframes tail-wag{0%{transform:rotate(-15deg)}to{transform:rotate(15deg)}}#green-guy{animation:3s ease-in-out infinite alternate float}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-10px)}}#monster{transform-origin:bottom;animation:4s ease-in-out infinite alternate breathe}@keyframes breathe{0%{transform:scaleY(1)}to{transform:scaleY(1.02)}}
