body {
    background: #f8f9fa;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  
  .terms-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    line-height: 1.6;
    color: #333;
  }
  
  .terms-container h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #222;
    font-size: 28px;
  }
  
  .terms-container h3 {
    margin-top: 20px;
    margin-bottom: 12px;
    color: #444;
    font-size: 20px;
  }
  
  .terms-container ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  .terms-container li {
    margin-bottom: 12px;
    text-align: justify;
    font-size: 15px;
  }
  