main {
  flex-grow: 1;
  max-width: 800px;
  margin: 0 auto;
}

section {
  margin-bottom: 3rem;
}

h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgb(122, 140, 163);
  padding-bottom: 0.3rem;
  color: #E1E6EB;
}

#content ul {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  list-style-type: disc;
}

#content li {
  margin-bottom: 0.3rem;
}
