figure,
.scroll,
nav {
  margin-top: 1rlh;
}

figure,
.scroll {
  text-align: center;
}

nav {
  line-height: 1.8;
}

nav > ul {
  list-style-type: "";
}

[aria-current="page"] {
  text-decoration: none;
  font-weight: bold;
}

li:has([aria-current="page"]) {
  list-style-type: disc;
}

figcaption {
  font-weight: bold;
}

.scroll {
  margin-bottom: 200svh;
  font-size: var(--size-l-2);
}

video {
  max-width: 20em;
  max-height: 20em;
  display: block;
  margin: 1rlh auto;
}

pre {
  white-space: pre-wrap;
}
