/* Cap the container at a comfortable reading width across all screen sizes. */
.container {
  max-width: 680px;
}
