.page-header {
  margin-top: unset;
  margin-bottom: unset;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: bold;
  padding-bottom: 10px;
  color: #ffffff;
}

@media (min-width: 24em) {
  .page-header {
    font-size: 2rem;
    line-height: 2.5rem;
    padding-bottom: 10px;
  }
}
@media (min-width: 40em) {
  .page-header {
    font-size: 3rem;
    line-height: 3.5rem;
    padding-bottom: 10px;
  }
}

@media (min-width: 58em) {
  .page-header {
    font-size: 4.5rem;
    line-height: 5rem;
    padding-bottom: 10px;
  }
}

.error-code {
  margin-top: unset;
  margin-bottom: unset;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  padding-bottom: 3.75rem;
  color: #ffffff;
}

@media (min-width: 40em) {
  .error-code {
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding-bottom: 3.125rem;
  }
}

@media (min-width: 48em) {
  .error-code {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.summary {
  margin-top: 1rem; /* mt-4 */
}

@media (min-width: 50em) {
  .summary {
    margin-top: 1.5rem; /* mt-6 */
  }
}

.problem-description {
  margin-top: unset;
  margin-bottom: unset;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: normal;
  padding-bottom: 1.25rem;
  color: #ffffff;
}

@media (min-width: 48em) {
  .problem-description {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.logo-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem; /* mt-4 */
  padding-bottom: 1.875rem;
  padding-left: 0px;
}
@media (min-width: 40em) {
  .logo-list {
    padding-bottom: 6.25rem;
  }
}

.logo {
  height: 32px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.mail {
  color: #ffffff;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;

  height: 100%;
  width: 100%;
  background-image: url('https://d3ounwz3zcsnm3.cloudfront.net/background.jpg');
  background-position: center;
  background-size: cover;
}

.container {
  box-sizing: border-box; /* box-border */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 3.75rem;
  max-width: 55rem; /* max-w-screen-md */
  padding-left: 2rem; /* px-4 */
  padding-right: 1rem; /* px-4 */

  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.640515581232493) 85%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media (min-width: 48em) {
  .container {
    padding-top: 13.125rem;
    padding-left: 8rem; /* md:px-6 */
    padding-right: 1.5rem; /* md:px-6 */
  }
}
