html, body {
  background: #3D0DFF;
  color: #FFF;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  min-height: 100vh;
  line-height: 1.5;
  position: relative;
}

h2 {
  color: #39E588;
  font-size: 88px;
  font-weight: 300;
  line-height: 1;
  margin: 100px 0 10px 0;
}

h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

p {
  margin: 40px 0 0 0;
  width: 100%;
  max-width: 560px;
}

.bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.container {
  padding: 0 30px;
  position: relative;
  width: 100%;
}

header {
  margin-top: 20px;
}

.typeform-widget {
  height: 350px;
  width: 100%;
}

.is-mobile .typeform-widget {
  height: 140px;
}

.is-mobile .typeform-title {
  display: none !important;
}

/* desktop styles */
@media all and (min-width: 640px) {
  h2 {
    font-size: 90px;
  }

  h3 {
    font-size: 24px;
  }

  .typeform-widget {
    max-width: 560px;
  }
}