.jump1,.jump2,.jump3{animation:jump 1s infinite}.jump2{animation-delay:.1s}.jump3{animation-delay:.2s}@keyframes jump{0%,50%{transform:translateY(0)}25%{transform:translateY(-5px)}}
