html, body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 14pt;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  margin: 0;
}

.info {
  max-width: 750px;
  margin-bottom: 100px;
}

.quote {
  text-align: right;
  padding-left: 20%;
  margin-bottom: 10px;
  font-size: .85em;
}
.quote-text, .quote-source {
  font-style: italic;
  color: #999999;
}
.quote-text::before {
  content: "«";
}
.quote-text::after {
  content: "»";
}
.quote-source::before {
  content: "(";
}
.quote-source::after {
  content: ").";
}
