body {
    font-family: "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    margin: 20px auto;
    max-width: 1000px;
    background-color: #f7f4f1;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-top: 30px;
  }
  
  p {
    margin-top: 10px;
  }
  
  ol, ul {
    margin-top: 10px;
    padding-left: 20px;
  }
  
  li {
    margin-top: 5px;
  }
  
  a {
    color: #007bff;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  
  th, td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  
  th {
    text-align: left;
    background-color: #f2f2f2;
  }