.terms-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #f1f1f1; /* change to #222 or #333 for light mode */
    background-color: #1e1e1e; /* or white for light mode */
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    text-align: justify;
  }
  
  .terms-container h1,
  .terms-container h2 {
    color: #ffd700; /* Gold color */
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .terms-container ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  
  .terms-container ul li {
    margin-bottom: 6px;
  }