.main {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.explanation {
  grid-column: 2;
}

.preamble {
  width: 50%;
  position: absolute;
}
