* {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

body, .comic nav {
  background-color: black !important;
  color: white !important;
}

a { color: #00FFFF; }

.comic article {
  text-align: center;
}

.comic article img {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.comic article br {
  display: none;
}

.comic nav {
  text-align: center;
  white-space: nowrap;
}

.doors section {
  text-align: center;
  margin: 70px auto;
  width: 712px;
}

.doors h2 {
  text-transform: uppercase;
}

#hallways p a {
    padding: 0 3px;
}


.showable {
  margin: 1em 0;
}

.showable .content {
    display: none;
}

.showable input:checked ~ label ~ .content {
    display: block;
}

.showable > label {
  cursor: pointer;
}

.showable > .full-width {
    text-align: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.seeklinks {
    list-style-type: none;
    padding: 0;
}

.seeklinks a {
    cursor: pointer;
}

.container, .archive-container {
    max-width: 600px;
    padding: 2rem;
    margin-top: auto;
    margin-bottom: auto;
}

.description {
    line-height: 1.6;
    font-size: 1.0rem;
    margin-bottom: 3rem;
    color: #000000;
}

.links {
    font-size: 1.1rem;
}
