@import url('https://code.cdn.mozilla.net/fonts/fira.css');

body {
  background-color: #e17000;
  color: white;
  text-align: left;
  font-family: "Fira Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

p.highlight {
  font-size: 3rem;
}
