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

html, body {
  height: 100%;
}

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

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  width: 100%;
  max-width: 480px;
}

.logo {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

.tagline {
  margin-top: 2rem;
  color: #0D213A;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
}

.subtext {
  margin-top: 0.5rem;
  color: #0D213A;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.01em;
}
