@keyframes jump{0%,50%,to{transform:translateY(0)}25%{transform:translateY(-20px)}75%{transform:translateY(-20px)}}.dot{width:20px;height:20px;border-radius:50%;background-color:#22c55e;animation:jump 2s infinite}.dot-1{animation-delay:.1s}.dot-2{animation-delay:.2s}.dot-3{animation-delay:.3s}