div.quotation {
  width: 85%;
  margin: 20% auto;
  text-align: center;
  display: block;
  font-size: 24px;
}

div.quotation .author {
  width: 50%;
  float: right;
  display: block;
  font-size: 16px;
  color: grey;
  clear: both;
  margin-top: 20px;
}

div.highlight {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #f7f7f9;
}
