body {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

content {
  width: calc(100vw - 4em);
  margin: 2em;
  letter-spacing: normal;
}

h1 {
  border-bottom: #555 solid 2px;
  font-size: 1.3em;
  font-weight: 600;
  margin: auto 0 1rem auto;
  width: 100%;
}

section {
  padding: 1em 1em 0 1em;
}

@media screen and (max-width: 639px) {
  section {
    margin-top: 1em;
    margin-bottom: 2em;
  }
}

h2 {
  font-size: 1.3em;
  font-weight: 600;
  margin: auto 0 1rem auto;
  border-bottom: #777 dashed 1px;
}

U {
  margin: 2rem auto;
  text-decoration: none;
}

ol {
  margin: 1rem auto;
}

li {
  list-style: decimal outside;
  margin: 0.5rem auto  0.5rem -1rem;
}

a {
  color: crimson;
  font-size: 1em;
}
/*# sourceMappingURL=index-u-j.css.map */