@import "https://fonts.googleapis.com/css?family=Pacifico&amp;display=swap";
html {
  height: 100%;
}
body {
  background: #fff;
  color: #fff;
  font-family: system-ui;
  font-size: 17px;
  margin: 0;
  min-height: 100%;
  text-align: center;
}
.app {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.left,
.right {
  align-self: start;
  margin: 0 20px;
  max-width: 400px;
  width: 100%;
}
.product-preview__title {
  font-family: Pacifico, sans-serif;
  font-size: 36px;
}
.product-preview__image {
  max-width: 340px;
  width: 100%;
}
.survey {
  background: #eaeaea;
  font-size: 21px;
  font-weight: 700;
  max-width: none;
  padding: 40px;
  position: relative;
  text-align: center;
}
.survey__question {
  color: #000000;
}
.survey__answer {
  background: #1e83ec;
  border: 8px solid #1e83ec;
  border-radius: 14px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 15px;
  padding: 19px 20px;
  text-decoration: none;
  width: 100%;
}
.survey__steps {
  margin-top: 20px;
}
.survey__step {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  height: 30px;
  margin: 0 5px;
  width: 30px;
}
.survey__step--active {
  background: #1e83ec;
}
.modal {
  color: #000000;
  z-index: 6;
}
.modal__content {
  background-color: #f7f3ed;
  padding: 20px;
}
.opening-modal__image {
  max-width: 240px;
  width: 100%;
}
.button {
  background-color: #1e83ec;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.25rem 3.8rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.button,
.verify {
  text-align: center;
}
.verify {
  background: #eaeaea;
  color: #000000;
  padding: 40px;
}
.verify__text {
  padding: 2px 0;
}
.verify__icon {
  max-width: 13px;
}
.verify__icon--spinner {
  opacity: 0;
}
.verify__icon--visible {
  opacity: 1;
}
.text-rotator {
  font-size: 21px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .app {
    flex-direction: column;
  }
  .left,
  .right {
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .survey {
    padding: 20px;
  }
  .survey__answer {
    font-size: 20px;
    line-height: 20px;
    padding: 10px;
  }
}



button {
      background-color: #0167bf !important;
    border: 8px #fca20a solid !important;
      border-radius: 5px;
}