body {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
          Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
        margin: 2rem auto;
        max-width: 900px;
        line-height: 1.6;
        color: #24292e;
        background-color: #fff;
      }

      h1 {
        font-size: 2rem;
        margin-bottom: 0.2em;
        font-weight: 600;
      }

      h2 {
        font-size: 1.4rem;
        margin-top: 2rem;
        color: #24292e;
        font-weight: 600;
      }

      code {
        font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
        background-color: #f6f8fa;
        padding: 0.1em 0.3em;
        border-radius: 3px;
        font-size: 0.9em;
      }

      pre {
        background-color: #f6f8fa;
        padding: 1em;
        overflow-x: auto;
        border-radius: 6px;
        font-size: 0.9em;
        line-height: 1.4;
        color: #24292e;
        margin-top: 0.5em;
        margin-bottom: 1em;
        border: 1px solid #ddd;
      }

      p {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
      }

      strong {
        font-weight: 600;
      }

      hr {
        border: none;
        border-top: 1px solid #e1e4e8;
        margin: 2rem 0;
      }

      .method {
        color: #d73a49;
        font-weight: 700;
      }

      .endpoint {
        color: #6f42c1;
        font-weight: 700;
      }