html {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.main-page {
  width: 500px;
  margin: 0 auto;
  height: 100%;
  background-size: cover;
  position: relative;
}

.background {
  background: url(https://d1djgeblw6va9k.cloudfront.net/character-bg.jpg) #d9eaf4 no-repeat center center fixed;
}

.background-no-avatar {
  background: url(https://d1djgeblw6va9k.cloudfront.net/bg-no-avatar.jpg) #d9eaf4 no-repeat center center fixed;
}

.btn {
  padding: 10px 39px;
  border-radius: 10px;
  background: #7c56ce;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  border: 1px solid #ddd;
}

.section-1,
.section-2,
.section-zone-1250 {
  text-align: center;
  display: none;
  border-radius: 20px;
  font-family: sans-serif;
  position: relative;
  font-size: 14px;
}

.section-1 {
  border: none;
  background: transparent;
  bottom: 36%;
  left: 35%;
  position: absolute;
}

.section-2 {
  background: url(https://d1djgeblw6va9k.cloudfront.net/landing-page-bubble.png) no-repeat top left;
  width: 464px;
  height: 300px;
  padding: 11px 66px 20px;
  position: absolute;
  bottom: 30%;
  margin-left: 80px;
}

.section-zone-1250 {
  width: 464px;
  height: 620px;
  padding: 11px 66px 20px;
  font-size: 16px;
  line-height: 24px;
  background-color: #f4f8fc;
  margin-top: 70px;
}

.section-zone-1250 p.paragraph {
  font-size: 20px;
  font-weight: 700;
  color: #b90f0f;
}

.section-zone-1250 p.paragraph1 {
  font-size: 18px;
  color: #5a15da;
}

.section-zone-1250 p.paragraph2 {
  font-size: 17px;
}

.section-zone-1250 p.paragraph3 {
  font-size: 16px;
}

p.paragraph {
  font-size: 22px;
  font-weight: 700;
  color: #b90f0f;
}

p.paragraph1 {
  font-size: 20px;
  color: #5a15da;
}

p.paragraph2 {
  font-size: 18px;
  color: #3b3d40;
}

p.paragraph3 {
  font-size: 17px;
}

span.boldText {
  font-weight: bold;
}

.lisa-landingPage {
  position: fixed;
  left: calc(50% - 360px);
  bottom: 15%;
}

.iframe {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999999;
}

.iframe-div {
  display: none;
  position: relative;
}

@media screen and (max-width: 1047px) {
  .background-no-avatar {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 1048px) {
  .section-1 {
    bottom: 47%;
  }

  .section-2 {
    bottom: 30%;
  }
}

@media screen and (max-width: 1366px) {
  p.paragraph {
    font-size: 20px;
    font-weight: 700;
    color: #b90f0f;
  }

  p.paragraph1 {
    font-size: 18px;
    color: #5a15da;
  }

  p.paragraph2 {
    font-size: 17px;
  }

  p.paragraph3 {
    font-size: 16px;
  }
}
