header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 1lh;
}

h1, h2, h3 {
  font-size: initial;
}

h3 {
  font-style: italic;
}

header img {
  float: left;
  max-width: 7ex;
  margin-right: 1ex;
}

hgroup {
  font-weight: bold;
  text-align: center;
  margin: 1lh auto;
}

hgroup h1 {
  font-weight: normal;
  font-size: larger;
}

hgroup h1:first-line {
  font-weight: bold;
  font-size: larger;
  text-transform: uppercase;
}

hgroup h2 {
  font-weight: normal;
}

hgroup h2, hgroup h3, hgroup p {
  margin: 0;
}

hgroup a, hgroup a, i a {
  text-decoration: none;
}
