body {
  background-color: #b6ef73;
}

.container2 {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .row2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-bottom: -5%;
  }

  .circle2 {
    flex: 1;
    aspect-ratio: 1 / 1;
    background-color: black;
    border-radius: 50%;
    margin-left: -8%;
    position: relative; /* For z-index */
    z-index: 1;
  }

  .row2 .circle2:first-child {
    margin-left: 0;
  }



  .overlay {
    position: absolute;
    z-index: 10;
    width: 100%;
  }

  .text {
    font-family: clash;
    color: white;
    text-align: center;
    padding: 5vw;
    font-size: 1.7vw;
  }

  .logo {
    width: 40%;
    height: auto;
  }
