header {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
header h2 {
  font-family: Helvetica Neue, Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: rgba(1, 1, 1, 0.84);
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}
header h2 small {
  color: #666;
}
header .links {
  display: flex;
  gap: 1em;
}
header .motto {
  margin-left: 0.5rem;
  color: #666;
}