body {
  background: linear-gradient(
    0deg,
    rgb(70, 70, 70) 0%,
    rgb(119, 214, 119) 40%,
    rgb(119, 214, 119) 60%,
    rgb(70, 70, 70) 100%
  );
  display: flex;
  max-width: 1600px;
  margin: auto;
  justify-content: center;
}

div {
  border-radius: 50px;
  border-color: #696969;
  border-style: solid;
  width: 60%;
  margin: 0 auto;
}

.about_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #404040;
  border-radius: 50px;
  border-color: #696969;
  border-style: solid;
  width: 60%;
  max-width: 2000px;
  min-width: 500px;
  text-align: center;
  margin: 25px 0 25px 0;
}

.about_container p {
  display: flex;
  font-size: 1.5em;
}

.title_text {
  margin-top: 50px;
  margin-bottom: 50px;
}

.about_text {
  margin-bottom: 50px;
}

.about_text p {
  margin: 35px;
}

.features_container {
  display: flex;
  flex-direction: row;
  border-radius: 50px;
  border-color: #696969;
  border-style: solid;
  color: white;
  margin: 15px auto 50px auto;
}

.feature_list {
  font-size: 1.5em;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  list-style-type: none;
  margin: 15 auto;
  padding: auto;
}

.program_list {
  font-size: 1.5em;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  list-style-type: none;
  margin: 15 auto;
  padding: auto;
}

li {
  margin: 5px;
}

h1 {
  color: white;
  font-size: 2.8em;
  text-align: center;
}
h2 {
  color: white;
  font-size: 2em;
  text-align: center;
}
h3 {
  color: white;
  font-size: 1.5em;
  text-align: center;
}
p {
  color: white;
  font-size: 1.2em;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 1600px) {
  body {
    width: 100%;
    margin: auto;
    height: 100%;
    min-width: 700px;
    text-align: center;
  }

  .title_text {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .features_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border-color: #696969;
    border-style: solid;
  }

  .feature_list {
    padding: 0;
  }

  .program_list {
    padding: 0;
  }
}
