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