    <style>
      @font-face {
        font-family: Inter, sans-serif;
        font-style: normal;
        font-weight: 400;
        url:
        src: local(""),
          url("../include/Inter-Regular.woff2") format("woff2"),
      }
      body {
        background-color: #FFFEF7;
        max-width: 800px;
        color: #2d1e2f;
        line-height: 1.3;
        font-family: "Inter", monospace;
        font-size: 1.0em;
        margin: 40px auto;
        padding: 0 10px;
      }
      blockquote {
        margin: 1em 0;
        padding: 0.5em 1em;
        border-left: 4px solid #ccc;
        background-color: #f9f9f9;
        color: #666;
      }
      code {
        font-size: 1.6em;
        color: #2d1e2f;
      }
      h1 {
        font-weight: bold;
        font-size: 1.6em;
        margin-top: 1em;
      }
      hr {
        border: none;
        height: 1px;
        background: linear-gradient(to right, transparent, #ccc, transparent);
        margin: 2em 0;
      }
      a {
        color: #2d1e2f;
      }
      a:hover {
        color: #2d1e1f;
      }
      img {
        margin-top: 0em;
        margin-bottom: 0em;
        max-width: 100%;
      }
      input {
        font-family: inherit;
      }
      .fourth {
        display: grid;
        grid-template-columns: 1fr 3fr;
        /*column-gap: 3em;*/
      }
    </style>
