.loading{display:flex;justify-content:center;align-items:center;height:100vh;overflow:hidden}.loading__circle{width:20px;height:20px;background-color:#0074d9;border-radius:50%;margin:0 5px;animation:jump 2.5s infinite;display:inline-block}@keyframes jump{0%,to{transform:translateY(0)}25%,75%{transform:translateY(-30px)}50%{transform:translateY(0)}}#circle1{animation-delay:.01s}#circle2{animation-delay:.25s}#circle3{animation-delay:.5s}