html {
  padding: 1rem 1.5rem;
}

body {
  font-family: -apple-system, system-ui, sans-serif;
  max-width: 48em;
  font-weight: 450;
  color: #000;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1rem;
}

a {
  text-decoration: underline;
  color: #00449e;
}

a.active,
a:active,
a:focus,
a:hover {
  text-decoration: underline;
  color: #002e6b;
}

ul {
  display: inline-block;
  text-align: left;
  padding-left: 1em;
}

h1,
h2 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: inherit;
}

h2,
h3 {
  font-weight: 600;
}

h3 {
  font-style: italic;
}

ul {
  display: inline-block;
  text-align: left;
  padding-left: 1em;
}
