.report {
  max-width: 960px;
  margin: auto;

  & h3 {
    font-size: 2rem;
  }

  & * + * {
    margin-top: 1rem;
  }
}
