body {
  margin: 0 auto;
  padding: 3rem;
  max-width: 600px;
  color: #cccccc;
  background-color: #1e1e1e;
  font-family: 'IBM Plex Mono', Consolas, monaco, 'Ubuntu Mono', 'Liberation Mono', 'Courier New', Courier, monospace;
  font-size: 1rem;
  word-break: break-word;
  overflow-wrap: break-word;
}

h1 {
  color: #ffffff;
}

a {
  color: royalblue;
  transition: text-decoration 0.1s ease-out;
  text-decoration: underline solid transparent;
}

a:hover {
  text-decoration: underline solid Currentcolor;
}

hr {
  border: 0;
  border-bottom: 1px solid #32302f;
  margin: 1rem auto;
}

footer {
  text-align: center;
  font-size: 0.8rem;
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexmono/v6/-F63fjptAgt5VM-kVkqdyU8n1i8q1w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
