.order-list {
  list-style: decimal;
  margin-left: 1.2em;
}

code {
  padding: 0.2em 0.5em;
  background-color: #efefef;
  border-radius: 4px;
}

html {
  font-size: 16px;
}

p {
  font-size: 0.875rem;
  line-height: 2;
}

section {
  margin-bottom: 1rem;
}

li {
  font-size: 0.875rem;
}

.container {
  width: min(100%, 600px);
  padding: 2rem 2rem;
  margin-inline: auto;
  margin-block: 2rem;
  backdrop-filter: blur(1px);
  border: 1px solid #aaa;
  border-radius: 1rem;
}

:has(.graph) {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0) calc(100% - 1px), #f0f0f0 0),
    linear-gradient(90deg, rgba(0, 0, 0, 0) calc(100% - 1px), #f0f0f0 0);
  background-size: 16px 16px;
}

.page-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.sec-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.875rem;
}

:where(
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video
) {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
:where(article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section) {
  display: block;
}

:where(ol, ul) {
  list-style: '';
}

:where(blockquote, q) {
  quotes: none;
}

:where(blockquote:before, blockquote:after, q:before, q:after) {
  content: '';
  content: none;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

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