.slashFill {
  max-width: 45rem;
}

.backgroundLines {
  position: absolute;
  top: 0;
  width: auto;
  height: 78rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

h1 {
  font-size: 4rem;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* ----- Summary ----- */

.summaryWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 6rem;
  padding-right: 6rem;
}

.summaryFrame {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 66rem;
  min-width: 13.5rem;
}

.summaryButton {
  font-size: 1.25rem;
}