
body {
  background-color: #fce65a;
  background-image: linear-gradient(
    135deg,
    #3b47d9 0%,
    #da3f8c 14%,
    #e98a75 40%,
    #fce65a 70%,
    #fef257 100%
  );
  background-size: cover;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  text-align: center;
}
a {
  color: #000;
}
h1 {
  font-weight: bold;
  font-size: 2.5rem;
}
h1.on-mob{
  color: #fff;
  text-shadow: 1px 1px 3px #00000050;
  font-size: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.scrollers, .on-desk {
  display: none;
}
.w-md {
  max-width: 50%;
}
.insta{
  width: 40px;
}
.scrollers.zero {
  display: block;
  background-image: url("/images/bg-mob.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.screen {
  width: 70%;
  margin: -1rem auto 0
}
.fs-3 {
  font-weight: bold;
  color: #EB1F8F;
  font-size: 1rem !important;
}
/* Modal */
.modal-header {
  border-bottom: 0;
}
.modal-header img {
  max-height: 150px;
}
.modal-header button {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-bottom: 1px solid;
}
.terms{
  font-size: .8rem;
}

@media (min-width: 768px) {
  html {
    width: 100%;
    height: 100%;
  }
  .on-desk {
    display: block;
  }
  .on-mob {
    display: none;
  }
  body {
    height: 100%;
    padding-bottom: 0;
    text-align: left;
  }
  h1 {
    font-size: 3.5rem;
  }
  .w-md {
    max-width: 100%;
  }
  .insta{ width: auto;}
  .scrollers {
    display: block;
    background-size: cover;
    min-width: 270px;
    background-repeat: no-repeat;
  }
  .fs-3 {
    color: #eb1f8f;
    font-size: calc(1.3rem + .6vw)!important;
  }
  .screen{
    width: 80%;
    margin: 0 auto;
  }
  .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
  }
  .scrollers.zero {
    background-image: url("/images/scroller-0.png");
    position: fixed;
    left: 0;
    right: auto;
    top: -300px;
    bottom: -300px;
  }
  .one {
    background-image: url("/images/scroller-1.png");
    height: 130%;
    margin-top: -20%;
    min-width: 300px;
  }

  .terms {
    position: absolute;
    font-size: 1rem;
    bottom: 2rem;
    right: 2rem;
  }
}
