.title {
  text-align: center;
  padding: 1em;
  display: grid;
  place-items: center;
}

#about {
  display: flex;
  flex-direction: column;
  max-width: 50em;
  gap: 2em;
  margin: auto;
  line-height: 1.5;
}
#about section .content {
  text-align: justify;
}
#about section .content ul {
  padding: 0 2em;
}

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