body {
  background: rgb(0, 0, 0);
  color: rgb(193, 180, 146);
  font-family: 'lain';
  src: url('./fonts/nrdyyh.woff') format('woff'),
  url('./fonts/tojcxo.TTF') format('truetype');
}

h1 {
  color: #d2738a;
  font-family: 'lain';
  src: url('./fonts/nrdyyh.woff') format('woff'),
  url('./fonts/tojcxo.TTF') format('truetype');
}

p {
  color: rgb(193, 180, 146);
  font-family: 'lain';
  src: url('./fonts/nrdyyh.woff') format('woff'),
  url('./fonts/tojcxo.TTF') format('truetype');
}

ul {
  background: rgb(0, 0, 0);
  color: rgb(193, 180, 146);
  font-family: 'lain';
  src: url('./fonts/nrdyyh.woff') format('woff'),
  url('./fonts/tojcxo.TTF') format('truetype');
  padding-left: 1ch;
  list-style-image: url('bullet-point.png');
}

code {
  background-color: #242424;
  font-family: courier, monospace;
}

pre {
  background-color: #242424;
  border: 1px solid #242424;
  overflow-x: auto;
  display: inline-block;
  white-space: pre-wrap;
}