body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    margin: 0;
    color: #333;
  }

  .container {
    max-width: 100%;
    
  }
 .box {
    max-width: 100%;
    margin: 50px;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
 }

  h1, h2 {
    color: #222;
  }

  h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 20px;
    margin-top: 30px;
  }

  p, li {
    font-size: 16px;
  }

  a {
    color: #0066cc;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  ul {
    margin-left: 20px;
  }