@font-face {
  font-family: courierPrime;
  src: url(../Courier_Prime/CourierPrime-Regular.ttf);
}
html {
  background-color: oklch(21% 0.034 264.665deg);
  font-family: courierPrime, monospace;
  font-weight: 400;
  font-style: normal;
}

body {
  width: 80%;
  max-width: 125rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

h1 {
  margin-block: 0.67em;
  font-size: 2em;
}

h1,
p {
  text-align: center;
}

h1,
a {
  color: oklch(59.6% 0.145 163.225deg);
}

p {
  color: white;
}

/*# sourceMappingURL=imprint.css.map */
