.main-description {
  margin-left: 150px;
  margin-right: 150px;
}

.white-text {
  color: white;
}

body {
  background-color: black;
}

.para {
  font-family: "Roboto Mono", monospace;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.description {
  text-align: center;
  font-family: "Rubik Microbe", cursive;
  font-weight: 200;
  font-size: 80px;
}

.aBasicOverview {
  font-family: "Roboto Mono", monospace;
  text-align: center;
  padding: 40px 40px;
}

.basic-overview-content1 {
  display: flex;
  gap: 70px;
  font-size: 50px;
}

.projectInspiration {
  font-size: 30px;
  font-family: "Roboto Mono", monospace;
}

.station-img {
  width: 70%;
  height: auto;
  margin-left: 12%;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bottle-img {
  width: 100%;
  height: auto;
}

.microplastic-img {
  width: 100%;
  height: auto;
}

.pet-3-ways-img {
  width: 100%;
  height: auto;
}

.bottle-img-div {
  justify-content: center;
  padding: 40px 40px;
}

.station-img-div {
  justify-content: center;
}

.pi-chart-div {
  justify-content: center;
  width: 60%;
}

.microplastic-diagram-div {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pet-3-ways-div {
  justify-content: center;
}

.basic-overview-content2 {
  display: flex;
  gap: 70px;
  font-size: 50px;
  margin-top: 40px;
}

.p1 {
  margin-top: 50px;
}

.p2 {
  margin-bottom: 50px;
}

.sponsors {
  text-align: center;
  font-family: "Roboto Mono", monospace;
}

.footer1 {
  margin: 0;
  padding: 0;
  color: black;
  border: 0.866px solid #313131;
  background: linear-gradient(
    280deg,
    rgba(38, 133, 163, 0.5) 0%,
    rgba(147, 84, 143, 0.5) 46.51%,
    rgba(212, 32, 72, 0.5) 100%
  );
  backdrop-filter: blur(23px);
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.first-line,
.second-line,
.third-line {
  display: flex;
  justify-content: space-evenly;
}

.define-prob {
  font-size: 30px;
  font-family: "Roboto Mono", monospace;
  padding-top: 100px;
}

.references {
  font-size: 30px;
  margin-top: 100px;
  font-family: "Roboto Mono", monospace;
}

.ref-para {
  margin-bottom: 100px;
}

.description {
  background: linear-gradient(
    93deg,
    #f65773 19.2%,
    #a17ebd 51.24%,
    #118ea6 79.4%
  );
  background-clip: text;
  text-align: center;
  font-family: League Spartan;
  font-size: 128px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
