body {
    background-color: #f6fbf6;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    direction: rtl;
  }
  
  .container {
    max-width: 800px;
    margin: 40px auto;
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .logo {
    width: 120px;
    margin-bottom: 20px;
  }
  
  h1 {
    color: #658366;
    margin-bottom: 30px;
  }
  
  .privacy-content {
    text-align: right;
  }
  
  .privacy-content h2 {
    color: #658366;
    margin-top: 20px;
  }
  
  .privacy-content p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  