body {
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    padding: 20px;
  }

  h1, h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }

  .brand-logo {
    max-width: 350px;
    height: auto;
    margin-bottom: 20px;
  }

  .progress-container {
    width: 200px;
    height: 200px;
    margin: 40px auto;
  }

  .mission {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
  }

  .highlight {
    /* color: #E63946; */ /* Red accent from the logo */
    font-weight: 600;
  }

  footer {
    margin-top: 40px;
    font-size: 0.9rem;
    color: #666;
  }