@font-face {
  font-family: "OpenDyslexic";
  src: url("/Website/Fonts/OpenDyslexic-Regular.woff2") format("woff2");
}

body {
  background-color: #210101;
  color: #bacbc6;
  font-family: "OpenDyslexic";
  text-align: center;
}

.mainBlock {
  max-width: 70%;
  margin: auto;
}

.triggerWarnings {
    text-align: left
}

.fictionText {
  text-align: left
}

.logo {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  /*image-rendering: crisp-edges; not needed*/
}

a:link {
  color: #ffbe00
}

a:visited {
  color: #f6ff00
}
