.words{display:flex;justify-content:center;color:#fff;font-size:33px}.jump{animation-name:bounce;animation-duration:2.7s;animation-fill-mode:both;animation-timing-dunction:linear;animation-iteration-count:infinite}.dot-container{width:5px;height:5px;border-radius:50%;background-color:#fff;position:relative;left:-10px;top:-6px;animation-timing-dunction:linear;animation-name:dot;animation-duration:2.7s;animation-fill-mode:both;animation-iteration-count:infinite;animation-delay:.9s}.one{animation-delay:0s}.two{animation-delay:50ms}.three{animation-delay:.1s}.four{animation-delay:150ms}.five{animation-delay:.2s}.six{animation-delay:250ms}.seven{animation-delay:.3s;margin-right:5px}.eight{animation-delay:350ms;margin-left:5px}.nine{animation-delay:.4s}.ten{animation-delay:450ms}.eleven{animation-delay:.5s;}.twelve{animation-delay:550ms}.thirteen{animation-delay:.6s}.fourteen{animation-delay:650ms}.fifteen{animation-delay:.7s}.sixteen{animation-delay:750ms}@keyframes bounce{0%{transform:translate(0,0)}60%{transform:translate(0,0)}75%{transform:translate(0,-25px) skew(13deg);color:#fff}100%,90%{transform:translate(0,0)}}@keyframes dot{0%{transform:translate(0,0)}30%{transform:translate(0,0)}85%,86%{transform:translate(120vw,0)}100%,96%{transform:translate(120vw,0px)}}