body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dff5e1;
  font-family: 'Playfair Display', serif;
}

.wrapper {
  text-align: center;
}

/* Main logo row */
.logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* Aura block */
.aura-box {
  background: #8fc6c8;
  padding: 20px 40px;
  font-size: 3.5rem;
  color: #000;
}

/* Wealth ghost text */
.wealth {
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Coming soon */
.coming {
  margin-top: 25px;
  font-size: 0.9rem;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.6);
}