.jumping{position:absolute;animation:jump 2s ease-in-out infinite alternate}@keyframes jump{0%{transform:translateY(0)}to{transform:translateY(-20px)}}.ellipsis{display:inline-block}.ellipsis span{display:inline-block;animation:ellipsis 1s infinite;font-size:1.5rem;line-height:1}.ellipsis span:nth-child(1){animation-delay:0s}.ellipsis span:nth-child(2){animation-delay:.2s}.ellipsis span:nth-child(3){animation-delay:.4s}.ellipsis span:nth-child(4){animation-delay:.6s}.ellipsis span:nth-child(5){animation-delay:.8s}.ellipsis span:nth-child(6){animation-delay:1s}@keyframes ellipsis{0%{opacity:0}50%{opacity:1}to{opacity:0}}
