html,
body {
  height: 100%;
  max-height: 100%;
}

body {
  font-family: "ABC Monument Grotesk";
  color: white;
  background-color: #6528C6;
  padding: 48px;
  padding-top: 32px;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-grow {
  flex: 1 0 auto;
}

.flex-bottom {
  flex-shrink: 0;
}

a {
  font-size: 16px;
  color: white;
}

a:hover {
  color: #0ee655;
}

.footer {
  padding-top: 64px;
}

.wordmark {
  width: 160px;
  fill: white;
}

.image {
  margin-top: 72px;
  height: 224px;
  fill: #ffffff;
}

.title {
  font-size: 88px;
  font-family: "ABC Monument Grotesk";
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 50px;
}

.content {
  padding: 32px;
  font-size: 20px;
  text-align: center;
  max-width: 1280px;
  line-height: 1.7;
}

.nmls {
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.nmls .icon {
  width: 120px;
  height: 27px;
  fill: #ffffff;
}

.nmls .text {
  text-align: left;
  margin-left: 2em;
  font-size: 12px;
}

.illustration {
  padding-top: 40px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  body {
    padding: 28px;
  }

  .title {
    font-size: 48px;
    padding-top: 24px;
    line-height: 56px;
  }

  .image {
    margin-top: 32px;
    margin-bottom: 16px;
    height: 184px;
    fill: #ffffff;
  }

  .content {
    padding: 24px;
    font-size: 18px;
  }

  .contact {
    display: block;
    text-align: left;
  }

  .footer {
    padding-top: 32px;
  }

  .nmls {
    display: block;
    text-align: left;
  }

  .nmls .text {
    margin-left: 0;
    margin-top: 1em;
  }
}