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

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

body {
  background: #f4f1ec;
  color: #161513;
  font-family: Manrope, "Segoe UI", sans-serif;
}

main {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  padding: 2rem;
}

.logo {
  display: block;
  height: 44px;
  width: auto;
}

p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #6f6b64;
}

@media (max-width: 600px) {
  .logo { height: 36px; }
}
