<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.error {
  font-family: Avenir Next, -apple-system, system-ui, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.error .content {
  width: 60%;
}

.error .logo img {
  max-height: 100px;
  border-radius: 5px;
}

.error .code {
  font-weight: 700;
  font-size: 2em;
  color: #A0AFBF;
  margin: 2rem 0 0;
}

.error h1 {
  font-size: 4em;
  margin: 0 0 2rem;
}

.error .message {
  color: #424344;
}

.error p {
  line-height: 1.5rem;
}

.error a {
  color: "#131415";
}
</pre></body></html>