@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap");

html,
body {
  font-size: 100%;
  font-family: "IBM Plex Mono", monospace;
}

a{
  color: white
}

body {
  max-width: 85ch;
  padding: 12px;
  margin: 0 auto;
}

footer{
  border-top:1px solid #666;
}

@media (prefers-color-scheme: dark) {
  html,
  body {
    background: #181813;
    color: #efefef;
  }
}
