a {
  color: #e2dad4;
  text-decoration: none;
}

.body {
  background-color: #a09996;
}

.div-block {
  height: 450px;
  background-color: #e2dad4;
}

.div-block-2 {
  margin-top: 70px;
}

.paragraph {
  width: 800px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #e2dad4;
  font-size: 40px;
  line-height: 50px;
  font-weight: 100;
  text-align: left;
}

.field-label {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #e2dad4;
  font-size: 30px;
  line-height: 30px;
  font-weight: 100;
}

.form-block {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #e2dad4;
  background-color: #a09996;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #e2dad4;
  font-size: 30px;
  line-height: 30px;
  font-weight: 100;
}

.text-field.text-field2 {
  padding-right: 0px;
}

.submit-button {
  margin-top: 10px;
  background-color: #e2dad4;
}

.image {
  display: block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 40px;
  padding-left: 40px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #a09996;
  font-size: 40px;
  font-weight: 100;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #a09996;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}

.button {
  background-color: #a09996;
}

.text-block-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #a09996;
  font-size: 26px;
  font-weight: 300;
}

.success-message {
  background-color: #e2dad4;
}

.error-message {
  background-color: #e2dad4;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #a09996;
  font-size: 20px;
  font-weight: 300;
}

.text-span {
  text-decoration: none;
}

.html-embed {
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  margin-right: auto;
  margin-left: auto;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .paragraph {
    width: auto;
    max-width: 800px;
    min-width: 400px;
  }

  .form-block {
    width: auto;
    max-width: 800px;
    min-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 35px;
  }

  .column-2 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: auto;
    max-height: 500px;
    min-height: 250px;
  }

  .paragraph {
    min-width: 200px;
    margin-top: -30px;
    font-size: 30px;
    white-space: break-spaces;
  }

  .field-label {
    font-size: 25px;
  }

  .form-block {
    min-width: 200px;
  }

  .image {
    padding-bottom: 50px;
  }
}

