#indexSection {
  display: block;
  height: 300px;
  background-color: rgb(173, 216, 230);
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  line-height: 25px;
  background-image: url("../images/photo-about.webp");
  background-position: 0 0;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
}

#services {
  margin-top: 80px;
}

#indexSection h2 {
  padding-top: 100px;
  padding-bottom: 45px;
  text-align: center;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgb(173, 216, 230) 0%, rgba(0, 212, 255, 0) 100%);
  width: 350px;
  margin: 0 auto;
}

#aboutSection {
  line-height: 25px;
  width: 60%;
  margin: 0 auto;
  margin-top: 40px;
}

hr {
  width: 400px;
  border: none;
  margin-top: 50px;
  margin-bottom: 20px;
  height: 2px;
  background-color: rgb(173, 216, 230);
}

h2 {
  margin-bottom: 30px;
}/*# sourceMappingURL=aboutPage.css.map */