body {
  background-color: black;
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1, h2, h3 {
  font-weight: bolder;
}

a {
  color: rgb(56, 56, 56);
}

div {
  display: inline-block;
}

pre {
  border-width: 2px;
  border-radius: 5px;
  border-style: solid;
  border-color: rgb(56, 56, 56);
  background-color: #111111;
  color: rgb(255, 255, 255);
  font-size: large;
  font-weight: bolder;
  overflow-y: auto;
}