body {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  background-color: antiquewhite;
}
main {
  max-width: 800px;
  margin: auto;
}
a:hover {
  color: white;
  background-color: brown;
}

.calltoaction {
  width: 100%; 
  text-align: center;
}
.calltoaction a {
  font-size:xx-large;
}

main.zines {
  display: flex;
  flex-direction: column;
}
main.zines h1 {
  text-align: center;
}

#previewer + section.zine-info {
  margin-top: 20px;
  border-top: solid black;
}

div.zine-options {
  margin-bottom: 10px;
}

details.topic {
  margin-bottom: 20px;
}
details.topic summary {
  font-weight: 700;
  font-size: x-large;
}
details.topic summary:hover {
  text-decoration: underline;
}

details li:not(:last-child) {
  margin-bottom: 10px;
}