@import "./global.css";

.customPage {
  padding: 0 1.25rem 4rem;
  flex: 1;
}

.customPageContent {
  max-width: 800px;
}

.customPageContent h1 {
  margin: 2rem 0 1.5rem;
}

.customPageContent h1 + h2 {
  margin-top: 1.5rem;
}

@media screen and (min-width: 800px) {
  .customPage {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }

  .customPageContent h1 {
    margin: 3.75rem 0 2rem;
  }

  .customPageContent h1 + h2 {
    margin-top: 2rem;
  }
}