.body {
  background-color: #000;
}

.image {
  opacity: .25;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff0;
  background-clip: border-box;
  width: auto;
  max-width: 250px;
  min-height: 0;
}

.div-block {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 18px;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.text-block {
  text-align: center;
  width: auto;
  max-width: 80vw;
  padding: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.div-block-2-copy {
  background-color: #0000;
  justify-content: center;
  display: flex;
}

.text-block-copy {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #404040, #959595 69%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  max-width: 80vw;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inconsolata, monospace;
  font-size: 32px;
  font-weight: 700;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-4 {
  flex: 0 auto;
  align-self: center;
}

@media screen and (max-width: 767px) {
  .text-block-copy {
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    min-width: 0;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    margin-left: 10px;
    margin-right: 10px;
  }
}
