/* thanks https://fabiensanglard.net/ for the cool style inspiration. */
* {
  font-size: 16px;
}

html {
  font-family: monospace;
  max-width: 900px;
  padding-left: 2%;
  padding-right: 3%;
  margin: 0 auto;
  background: #F5F5F0;
}

a {
  color: black;
  font-weight: bold;
}

img {
  border: none;
}

p {
  margin-top: 0px;
  /* text-align: justify; */
}

sup {
  vertical-align: 0.3em;
  font-size: 0.65em;
}

pre {
  font-family: monospace;
  background-color: white;
  border: 1px solid Black;
  padding-left: 2%;
  padding-top: 1ch;
  padding-bottom: 1ch;
  overflow: scroll;
}

div.heading {
  font-weight: bold;
  /* text-transform: uppercase; */
  margin-top: 4ch;
}

@media (max-width: 500px) {
  * {
    font-size: 12px;
  }
}

.title {
  text-decoration: none;
}

img.pixel,
canvas.pixel {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

blockquote {
  background-color: #f3f3f3;
  border: dashed 1px grey;
  width: 97.5%;
  font-style: italic;
  text-align: justify;
  padding: 1ch;
  padding-top: 2ch;
  padding-bottom: 2ch;
  margin: 0ch;
  margin-bottom: 2ch;
  margin-top: 0ch;
}

blockquote div {
  text-transform: none;
  text-align: right;
  width: 100%;
}

code {
  font-weight: bold;
  background-color: #e1e1e1;
  border-radius: 0.5ch;
  padding-left: 0.3ch;
  padding-right: 0.3ch;
}

.logo {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 50;
  height: 50;
}

@media screen and (max-width: 1000px) {
  .logo {
    display: none;
  }
}


.text-center {
  text-align: center;
}
