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

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

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

.poem {
    text-align: left;
    white-space: nowrap;
}

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

a:link {
  color: #ffbe00
}

a:visited {
  color: #f6ff00
}
