html, body {
  height: 100%;
  margin: 0;
  background: #fff;
  color: #000;
}

body {
  /* Option 1: Helvetica-first, no external font dependency */
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;     /* vertical center */
  justify-content: center; /* horizontal center */
}

.center {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.03em; /* “museum / Scandinavian minimal” touch */
}

.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  text-align: center;
  font-size: 10.5px; /* ~8pt */
  line-height: 1.4;
  letter-spacing: 0.02em;
  opacity: 0.85;
}
