body {
  font-family: 'Codelia', 'Comic Code Ligatures', 'Comic Code', 'Comic Shanns', 'Fira Code', monospace;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80ch;
  min-height: 100vh;
  font-size: 20px;
}

@media (prefers-color-scheme: light) {
  body {
    background-color: #fefefe;
    color: #020202;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #020202;
    color: #fefefe;
  }
}

header {
  margin-bottom: 1.5em;
}

ul {
  list-style-type: '- ';
}
