html {
  background: #fff;
}

body {
  color: #000;
  font-family: Times, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 50px auto 50px 50px;
  max-width: 650px;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
}

h1, h2, h3 {
  font-weight: bold;
  line-height: 1.2;
}

img, video, iframe {
  max-width: 100%;
}

pre {
  overflow-x: auto;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.95em;
}

@media (max-width: 760px) {
  body {
    margin: 32px 24px;
    max-width: none;
  }
}
