.base-circles{display:flex;flex-wrap:wrap;transform:scaleY(-1)}.base-circle{aspect-ratio:1;background:var(--blue);border-radius:50%;transition:var(--transition);width:10%}.base-circles.white .base-circle{background:#c5d1f2}.base-circles.green .base-circle{background:#75d5cb}.base-circles.dark .base-circle{background:#001e72}
