body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f0f4f8;
    margin: 0;
    padding: 40px;
    color: #333;
  }
  
  .container {
    max-width: 1000px;
    margin: auto;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
  }
  
  h1 {
    color: #003366;
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .pdf-container iframe {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
  }
  