*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, sans-serif;
  background: #fafafa;
  color: #111;
}

.home {
  text-align: center;
}

.brand {
  margin: 0;
  font-weight: 600;
  font-size: clamp(1.75rem, 6vw, 3rem);
  letter-spacing: 0.02em;
}

.postal {
  margin: 1.75rem 0 0;
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

.registered,
.company-number {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}

.company-number {
  margin-top: 0.35rem;
}
