a {
  color: #0969da;
}
body {
  background-color: black;
  color: #1F2328;
  font-family: sans-serif;
}
main {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 940px;
}

.ascii-art-divider:before {
  content: "· · ────── ꒰ঌ·✦·໒꒱ ────── · ·";
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: 0.5em 0;
  text-align: center;
}
.compendium-link {
  text-align: right;
}
.compendium-link a {
  text-decoration: none;
}
.compendium-link__arrow {
  display: inline-block;
  transform: scaleY(-1) rotate(90deg);
}
.download {
  font-size: 2em;
  text-align: center;
}
.download a {
  text-decoration: none;
}
.email {
  text-align: center;
}
.email a {
  text-decoration: none;
}
.email__icon {
  font-size: 1.75em;
  position: relative;
  top: 1px;
}
.movie {
  display: flex;
  margin-bottom: 1em;
}
.movie__detail {
  margin-left: 1em;
}
.movie__detail h2,
.movie__detail h3 {
  margin-top: 0;
}
.movie__note {
  font-size: small;
  font-weight: normal;
}
.movie__poster {
  flex-shrink: 0;
  width: 173px;
}
.movie__poster button {
  font-size: x-large;
  opacity: 0.65;
  width: 100%;
}
.movie__poster button:hover,
.movie__poster button:active {
  opacity: 1;
}
.movie__poster img {
  height: 130px;
  object-fit: cover;
  width: 100%;
}
.movie__runtime {
  font-weight: normal;
}
.movie__sources {
  font-size: smaller;
  font-style: italic;
}
.movie-dialog__close {
  position: relative;
  top: -8px;
}
.movie-dialog__close button {
  background: none;
  border: none;
}
.toc {
  column-count: 2;
}
.toc a {
  text-decoration: none;
}
.toc li {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.toc__edit-name {
  font-weight: bold;
  white-space: nowrap;
}
.wide-img {
  width: 100%;
}
