@keyframes floatAround{0%,to{transform:translateY(-100px) rotate(0deg) scale(1)}25%{transform:translate(100px,50px) rotate(90deg) scale(1.2)}50%{transform:translateY(100px) rotate(180deg) scale(.8)}75%{transform:translate(-100px,50px) rotate(270deg) scale(.5)}to{transform:translateY(-100px) rotate(1turn) scale(1)}}.bubbling{animation:floatAround 15s linear infinite}