html {
  background: #2C3639;
  color: #DCD7C9;
  font-family: 'IBM Plex Mono', monospace;
  padding: 2.5em;
}

p, ul {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

ul {
  margin-top: 2.5em;
}

a {
  color: #A27B5C;
  text-decoration: none;
}