body {
  margin: 0;
  padding: 0;
  background-color: #f8f8f8; /* solid background */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  text-align: center;
}

.logo {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #000; /* placeholder for logo */
}

.coming-soon {
  color: #FF0033; /* process red */
  font-size: 1.5rem;
  font-weight: bold;
}

/* Base layout */
html, body {
  height: 100%;
}

body {
  margin: 0;
  background-color: #EFF4E9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
}

/* Centered wrapper */
.container {
  text-align: center;
}

/* Logo text (uses Averia Serif Libre from HTML) */
.logo {
  font-family: 'Averia Serif Libre', serif;
  font-size: 2rem;
  margin-bottom: 20px;
  letter-spacing: -0.02em;;
  color: #FF0033; /* process red */
}

/* Tagline */
.coming-soon {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}