section {
  background-color: var(--background) !important;
}

section main {
  align-items: baseline;
}

square.collab {
  font-size: 1em;
  width: calc(calc(var(--main-width) / 6) - var(--square-margins));
  min-height: 24em;
  justify-content: start;
  margin-bottom: 2em;
}

square.collab .name {
  font-family: mono;
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
}

square.collab .image {
  background-position: top center;
  background-size: contain;
}
