    .container-fluid {
      --bs-gutter-x: 0 !important;
    }
    .container-fluid > .row{
      --bs-gutter-x: 0 !important;
    }
    h1 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
      margin-top: 20px;

    }

    h2 {
      font-size: 18px;

      color: #34495e;
      margin: 1em 0 0.5em;
      padding-bottom: 0px;
    }

    h3 {
      font-size: 16px;
      color: #34495e;
      margin: 0.8em 0 0.4em;
    }

    p {
      font-size: 16px;
      line-height: 1.6;
      color: #34495e;
      margin-bottom: 1em;
    }

    strong {
      color: #900
    }

    li {
      color: #34495e;
      margin-bottom: 1em;
    }

    ul {
      font-size: 16px;
      margin-top: 15px;
      margin-bottom: 0px
    }

    ol {
      font-size: 16px;
      margin-top: 15px;
      margin-bottom: 0px
    }

    body {
      font-family: Arial, Helvetica, sans-serif;
      margin: 0px
    }