* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.page {
  position: relative;
  width: 100%;
  max-width: 1400px;
  line-height: 0;
}

.page img {
  display: block;
  width: 100%;
  height: auto;
}

.page img.mobile-art {
  display: none;
}

.waitlist-form {
  position: absolute;
  left: 40.0%;
  top: 52.3%;
  width: 23.0%;
  height: 3.3%;
}

.waitlist-form input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 4%;
  font-family: 'Space Mono', 'Courier New', Courier, monospace;
  font-style: italic;
  font-size: 1.1vw;
  text-align: center;
  color: #111;
  cursor: text;
}

.waitlist-form input::placeholder {
  color: transparent;
}

.waitlist-status {
  position: absolute;
  left: 40.0%;
  top: 56.2%;
  width: 23.0%;
  text-align: center;
  font-family: 'Space Mono', 'Courier New', Courier, monospace;
  font-size: 0.9vw;
  color: #111;
  line-height: 1.3;
}

@media (max-width: 680px) {
  .page img.desktop-art {
    display: none;
  }

  .page img.mobile-art {
    display: block;
  }

  .waitlist-form {
    left: 31.5%;
    top: 34.0%;
    width: 41.0%;
    height: 2.0%;
  }

  .waitlist-form input {
    font-size: 2.6vw;
  }

  .waitlist-status {
    left: 31.5%;
    top: 36.5%;
    width: 41.0%;
    font-size: 2.2vw;
  }
}
