.loader-container{align-items:center;display:flex;height:50vh;justify-content:center}.loader{display:flex;justify-content:space-between;width:80px}.loader div{animation:grow-shrink 1.5s infinite;background-color:#2fa9fa;border-radius:50%;height:16px;width:16px}.loader div:first-child{animation-delay:0s}.loader div:nth-child(2){animation-delay:.3s}.loader div:nth-child(3){animation-delay:.6s}@keyframes grow-shrink{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}
