body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background-color: #faf7ef;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  text-align: center;
  width: 90%;
  max-width: 400px;
}

.logo {
  width: 100px;
  margin-bottom: 1rem;
}

h1 {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.subtext {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.store-buttons img {
  width: 200px;
  margin: 0.5rem 0;
}

.referral-section {
  margin-top: 2rem;
}

.code-box {
  display: inline-block;
  background-color: #e3b869;
  color: #fff;
  font-weight: bold;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  letter-spacing: 0.3rem;
  font-size: 1.2rem;
}
