body {
  background: antiquewhite;
  color: antiquewhite;
}

.header {
  height: 4rem;
}

.main-container {
  display: grid;
  place-content: center;
}

.jumbotron {
  display: grid;
  background: #9575cd;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  height: 100vh;
  margin: 0rem 1rem;
  max-width: 350px;
  padding: 4rem 1.5rem 0rem 1.5rem;
}

.main-headline {
  border-bottom: antiquewhite 1px solid;
  color: antiquewhite;
  display: grid;
  font-size: 2.5rem;
  margin: 0;
  place-content: center;
  text-align: center;
}

.main-form {
  align-content: space-around;
  display: flex;
  flex-direction: column;
  grid-template-rows: auto;
  place-content: center;
  margin-block-end: unset;
  max-height: 18rem;
}

.target-label {
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.form-control {
  font-size: 1.2rem;
  height: 3rem;
  margin-top: 0;
}

.text-muted,
.blockquote-footer {
  color: antiquewhite !important;
}

.text-muted {
  font-size: 1rem;
  margin-bottom: 1rem;
}

#specialButton {
  font-size: 1.2rem;
  height: 2.8rem;
  margin: 0.25rem 0 0 0;
  width: 100%;
}

.outcome {
  display: none;
  height: 6rem;
  margin: 1rem 0 1rem 0;
  width: 100%;
}

#neh {
  display: none;
  margin: 1.25rem 0 0 0;
  width: 100%;
}

blockquote {
  margin: 0;
}

blockquote > p {
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0rem;
}

.footer {
  height: 1rem;
  place-content: center;
}

.footer > .container > p {
  margin-top: 0.8rem;
}

@media only screen and (min-width: 350px) {
  .jumbotron {
    row-gap: 0.5rem;
  }
}

@media only screen and (min-width: 400px) {
  .jumbotron {
    row-gap: 0.5rem;
  }
}

@media only screen and (min-width: 750px) {
  .jumbotron {
    border-radius: 0.5rem;
    height: 80vh;
    margin: 6rem 0 0 0;
    max-width: 41rem;
    padding: 0 1.5rem;
    place-items: center;
    row-gap: 2.5rem;
    width: 85vw;
  }

  .main-headline {
    font-size: 4rem;
  }

  .main-form {
    max-height: unset;
  }

  .target-form > * {
    width: 60vw;
    margin: auto;
    max-width: 29rem;
  }

  .target-label {
    font-size: 1.8rem;
    margin-bottom: rem;
  }

  .form-control {
    font-size: 1.3rem;
    height: 3.5rem;
    max-width: 30rem;
  }

  .text-muted {
    font-size: 1rem;
    margin-top: 0;
  }

  #specialButton {
    height: 3rem;
    margin: 1rem 0 0 0;
    max-width: 30rem;
    font-size: 1.5rem;
  }

  blockquote {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0 9rem;
  }
}
