.body {
  color: black !important;
}

.main-heading {
  text-align: center;
  color: white;
  font-size: 30px;
}
.main-section {
  width: 700px;
  height: 100%;
  margin-top: 50px;
  padding: 50px;
  background-color: #1e1e1e;
  border-radius: 24px;
  text-align: justify;
}
.terms {
  background-color: #1e1e1e;
  color: white;
  border-bottom: 1px solid #797979;
  border-radius: 0px !important;
  padding-top: 0px !important;
}
.term-heading {
  background-color: #1e1e1e;
  color: white;
  font-size: 20px;
}
.sub-term {
  background-color: #1e1e1e;
  color: grey;
  font-size: 15px;
}
