.container {
    margin-left: 90px;
    margin-right: 90px;
  }
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 20px;
  }
  p {
    margin-bottom: 10px;
  }
  ol,
  ul {
    margin-bottom: 10px;
  }
  pre {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid black; /* Increased border thickness */
  }

  table,
  th,
  td {
    border: 2px solid black; /* Increased border thickness */
  }

  th,
  td {
    padding: 10px;
    text-align: left;
  }

  th {
    background-color: #f2f2f2;
  }