@media (max-width: 650px) {
  body {
    font-size: 8px;
  }
}
body {
  font-family: "IBM Plex Mono", monospace;
  background: var(--bg);
  color: var(--fg);
}

#site {
  width: 64.1ch;
  margin: 0 auto;
}

img {
  opacity: 0.6;
}

#nav {
  display: flex;
  justify-content: space-evenly;
}

#content {
  white-space: pre-wrap;
  line-height: 1.3;
}

a {
  color: var(--ac);
  text-decoration: none;
}

.theme-name {
  cursor: pointer;
}

p {
  font-family: "Libre Baskerville", serif;
  line-height: 1.6;
}
