body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
  }
  
  h1 {
    text-align: center;
    color: #333;
  }
  
  h2 {
    color: #555;
    margin-top: 30px;
  }
  
  p {
    text-align: justify;
    margin-bottom: 20px;
  }
  
  ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  