body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
  }


  
  
  h1 {
    color: #333;
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  h2 {
    color: #555;
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  p {
    color: #777;
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  a {
    color: #007bff;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  