body {
  background-image: url("/assets/images/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: white !important;
}

.header {
  max-width: 250px;
  padding-top: 20px;
  width: 100%;
}

.copy {
  max-width: 550px;
  width: 100%;
}

.start-cta {
  max-width: 550px;
  width: 100%;
}

.codeInput {
  margin-top: 20px;
  width: 150px;
  text-align: center;
  border: 0px;
}

.transparentButton {
  background: transparent;
  border: 0px;
}

.error {
  color: red;
}

@media screen and (max-width: 420px) {
  body {
    padding-bottom: 50px;
  }

  .copy {
  padding-top: 150px;
  max-width: 250px;
  width: 100%;
  }

  .start-cta {
  padding-top: 50px;
  max-width: 200px;
}
}