
h1 {
  font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
    background-color: #BBB;
  font-weight: 1300;
  font-style: normal;
    background-image: url(zine-bkgd.jpg);
    background-size: 100% 100%;
    padding: 1em 1em;
    font-size: 2.5em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;

}

ol {
    margin-left: 2em;
}

li {
  font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

body {
    background-color: #DEF;
    font-size: 2.0em;
}

li a {
    font-weight: 600;
    text-decoration: none;
}
li a:hover {
    background-color: #FFF;
}

q {
  font-family: "Playwrite DE Grund", cursive;
  font-size: 0.6em;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  padding: 0 2em;
  display: inline-block;
  width: 60%;
}
