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