body {
  width: 100%;
  max-width: 650px;
  margin: 40px auto;
  padding: 0 10px;
  font:
    18px/1.5 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  color: #444;
}
h1,
h2,
h3 {
  line-height: 1.2;
  white-space: initial;
  word-wrap: break-word;
}
p {
  white-space: initial;
  word-wrap: break-word;
}
@media (prefers-color-scheme: dark) {
  body {
    color: #c9d1d9;
    background: #0d1117;
  }
  a:link {
    color: #58a6ff;
  }
  a:visited {
    color: #8e96f0;
  }
}

@media only screen and (max-width: 740px), only screen and (max-device-width: 740px) {
  body {
    margin: 10px !important;
    overflow:none;
    max-width: calc(100vw - 20px);
    box-sizing:border-box;
  }
}
