* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcf8f1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wrap {
  text-align: center;
  padding: 2rem;
}

.logo {
  max-width: min(420px, 80vw);
  width: 100%;
  height: auto;
}

.tagline {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #0b2545;
}
