.backgroundLines {
  position: absolute;
  top: 0;
  width: auto;
  height: 78rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

h1 {
  font-size: 4rem;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.infoWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 6rem;
  padding-right: 6rem;
}

.infoFrame {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 66rem;
  min-width: 13.5rem;
}

/*
* {
  outline: 2px solid red !important;
  background-color: rgba(255, 0, 0, 0.1) !important;
}