html {
  color: #F3F3F3;
  background: #313131;
}

main {
  width: 60rem;
  margin: auto;

  font-family: system-ui, sans-serif;
  text-align: center;
}

h1, h2 {
  font-family: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa,
    Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri,
    source-sans-pro, sans-serif;
  font-weight: 700;
}

pre {
  font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo,
    Consolas, 'DejaVu Sans Mono', monospace;
  text-align: left;
  background: black;
  color: #4CF74C;
  padding: 1rem;

  overflow-x: scroll;
}

.header {
  margin: 0;
  font-size: 4rem;
}

progress {
  width: 100%;
  border-radius: 1rem;
}
