@import url("https://fonts.googleapis.com/css2?family=PT+Mono&display=swap");
body {
  font-family: "PT Mono", Courier, sans-serif;
  margin: 0 auto;
  overflow: hidden;
  color: #3a3a3a;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #3a3a3a;
    color: #e2e2e2;
  }
}

#content {
  padding: 0 1rem;
  width: calc(100vw - 2rem);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content > div {
  width: 600px;
}

p {
  text-align: center;
  line-height: 1.7;
}
a {
  color: #3a3a3a;
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  a {
    color: #e2e2e2;
  }
}
a.text-dark {
  color: #e2e2e2;
}
a#imprint {
  color: #e2e2e2;
  position: fixed;
  bottom: 1rem;
  width: 100%;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  a#imprint {
    color: #6b6b6b;
  }
}

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