.root {
  width: 100%;
}

main {
  width: min(calc(100% - 2rem), 800px);
  margin: 0 auto;
}

footer {
  margin-top: 40px;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 40px;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-top: 2em;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 1.5em;
}

ul {
  padding-left: 1.5em;
}

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