body {
  color: #bdcfb5;
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
}
p {
  text-align: center;
  font-size: large;
}

h1 {
  margin-top: 1.7em;
  margin-bottom: 0.7em;
  text-align: center;
}

.arch-elem p {
  text-align: center;
  padding-bottom: 1em;
}

#back {
  font-size: large;
}

#back:before {
  content: "<- ";
}

.zine-image {
  padding-bottom: 0;
}

@media (min-aspect-ratio: 7/8) {
  .arch-elem:nth-of-type(odd) {
    width: 50%;
    float:left;
    height: 400px;
  }
  
  .arch-elem:nth-of-type(even) {
    margin-left: 50%;
    height: 400px;
  }
  
  .zine-image {
    width: 200px;
  }
}

@media (max-aspect-ratio: 7/8) {
  body {
    max-width: 90%;
  }
}