body {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', 'Helvetica Neue', sans-serif;
    background-color: #FFF4ED;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    text-align: center;
    color: #333;
    padding: 20px;
  }

  img {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
  }

  h1 {
    font-size: 2.5rem;
    margin: 0;
    color: #1F2937;
  }

  h2 {
    font-size: 1.5rem;
    margin: 10px 0;
    font-weight: normal;
    color: #374151;
  }

  p {
    max-width: 700px;
    margin: 20px 0;
    font-size: 1rem;
    color: #4B5563;
  }

  section {
    margin-top: 60px;
    width: 100%;
    max-width: 800px;
  }

  .video-container iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  ul {
    list-style: none;
    padding: 0;
  }

  li {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .waitlist-container {
    margin-top: 40px;
  }