/* styles.css */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: white;
  }
  .policy{
text-align: center;
  }
  .container1 {
    max-width: 1100px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  }
  
  header {
    text-align: center;
    margin-bottom: 50px;
  }
  .main{
    text-align: center;
  }
  header h1 {
    margin: 0;
    font-size: 30px;
    color: #000000;
  }
  
  header p {
    font-size: 18px;
    color: #555;
  }
  
  h2 {
    color: #000000;
    margin-top: 20px;
    font-size: 24px !important;
  }
  
  h3 {
    margin-top: 15px;
    font-size: 20px !important;
    color: #333;
  }
  
  p, ul {
    margin: 10px 0;
    font-size: 18px;
  }
  
  ul {
    list-style: disc;
    padding-left: 20px;
  }
  
  a {
    color: #000000;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  address {
    font-style: normal;
    margin-top: 10px;
  }
  