
h2 {
  color: #333;
  margin-bottom: 20px;
}

.circles {
  display: flex;
  justify-content: center;
  gap: -20px;
}

.circle {
  width: 100px;
  height: 100px;
  background-color: #b3d4fc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}