@font-face {
  font-family: "CM Sans";
  src: url("NewCMSans10-Regular.otf");
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: whitesmoke;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.page {
  width: 95%;
  max-width: 729px;
  margin: 1em auto;
  padding: 0 1em;
  border: 1px white solid;
  font-size: 18px;
  font-family: "CM Sans", sans-serif;
  border: 1px black solid;
  background: white;
}

@media screen and (max-width: 512px) {
  .page {
    font-size: 16px;
  }

  p, h1, h2, h3 {
    margin: 16px 0;
  }
}

p, h1, h2, h3 {
  margin: 18px 0;
  line-height: 1.75;
}

code {
  font-size: 0.8em;
  font-family: "Mono", monospace, sans-serif;
}

img {
  height: auto;
  max-width: 90%;
  border: 1px grey solid;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: grey;
}

pre {
  margin: 0;
  background-color: rgb(250, 250, 250) !important;
}

pre > * {
  padding: 1em 0 !important;
  margin: 0 1em !important;
  background-color: rgb(250, 250, 250) !important;
}

.code {
  margin: 1em auto;
  border: 1px grey solid;
}

.ovf {
  overflow-x: auto;
  overflow-y: hidden;
}

.img {
  padding: 1em 0;
  text-align: center;
}

.grey {
  color: grey;
}

.psd {
  display: flex;
  justify-content: center;
}

.language-plaintext {
  font-family: "CM Serif" !important;
  font-size: 1em !important;
  color: black !important;
}
