    body {
      font-family: sans-serif;
      line-height: 125%;
      margin-left: 5%;
      margin-right: 5%;
      word-break: keep-all;
    }

    a {text-decoration: none;
    }

    a:visited {
      text-decoration: none;
      decoration: none;
    }

    .group {
  display: flex;
  margin-bottom: 50px;
  margin-top: 32px;
}

.group > * {
  width: 50%;
}


.cite {
  text-align: right;
  margin-right: 2%;
}

.quote {
  text-align: left;
  margin-left: 2%;
}

.line {
  position: fixed;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: orangered;
}

.page {
  color: orangered;
}