.backgroundLines {
  position: absolute;
  top: 0;
  width: auto;
  height: 78rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

h1 {
  font-size: 4rem;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* ----- Form ----- */

.contactWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 6rem;
  padding-right: 6rem;
}

.contactFrame {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 66rem;
  min-width: 13.5rem;
}

.contactBodyWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contactBody{
  display: flex;
  flex-direction: column;
  height: 27rem;
  width: 100%;
  z-index: 2;
}

.contactContentWrapper {
  display: flex;
  height: 100%;
  padding: 1rem;
}

.contactContent {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 1rem 1rem;
}

.contactButton {
  font-size: 1.25rem;
}