.common {
  grid-column: 1 / span 3;
  grid-area: exh;
}

.common div {
  margin-top: 20px;
  margin-bottom: 20px;
}
