.dots-loader{display:flex;justify-content:center;align-items:center;gap:10px;height:100vh}.dots-loader__dot{width:15px;height:15px;border-radius:50%;background-color:#3498db;animation:dots-loader-bounce 1.5s ease-in-out infinite}.dots-loader__dot:nth-child(2){animation-delay:.2s}.dots-loader__dot:nth-child(3){animation-delay:.4s}@keyframes dots-loader-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}