.whitepaper-container {
    display: flex;
    justify-content: center;
    padding: 3rem 1rem;
    background-color: #f5f5f5;
  }
  
  .whitepaper-content {
    background-color: #ffffff;
    color: #000000;
    max-width: 850px;
    width: 100%;
    padding: 3rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Georgia', serif;
    font-size: 1.05rem;
    line-height: 1.75;
    border-radius: 8px;
  }
  
  .whitepaper-content h2,
  .whitepaper-content h3 {
    font-family: 'Helvetica Neue', sans-serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #222;
  }
  
  .whitepaper-content h2 {
    font-size: 2rem;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.3rem;
  }
  
  .whitepaper-content h3 {
    font-size: 1.4rem;
    margin-top: 2.5rem;
  }
  
  .whitepaper-content p {
    margin-bottom: 1.5rem;
  }
  
  .whitepaper-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    list-style-type: disc;
  }
  
  .whitepaper-content ul li {
    margin-bottom: 0.8rem;
    color: #222;
    font-weight: 400;
  }
  
  .whitepaper-content ul li ul {
    padding-left: 1.25rem;
    margin-top: 0.5rem;
  }
  
  .whitepaper-content ul li ul li {
    color: #333;
    font-weight: 400;
  }
  