#outerflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#outerflex > #main {
  display: flex;
  flex-flow: column;
}
#outerflex > #main > h1 {
  border-bottom: 2px solid var(--text-color);
  margin-top: 3vh;
  margin-bottom: 3vh;
}
#outerflex > #main > h2 {
  border-bottom: 2px solid var(--text-color);
  margin-top: 3vh;
  margin-bottom: 2vh;
}
#outerflex > #main > ul {
  margin-bottom: 10vh;
}

/*# sourceMappingURL=page_about.css.map */
