html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #e9ddff;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

#lottie-bg,
#lottie-bg-xl {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

#lottie-bg-xl {
  display: none;
}

.container {
  position: relative;
  top: 2rem;
  width: 80%;
  margin: 0 auto;
}

p {
  margin: 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.make,
.arrow {
  text-align: center;
}

.arrow img {
  width: 4.125rem;
}

a {
  display: inline-block;
}

@media (min-width: 768px) {
  #lottie-bg {
    display: none;
  }

  #lottie-bg-xl {
    display: block;
  }

  .container {
    top: 4rem;
  }

  p {
    font-size: 1.8125rem;
    line-height: 2rem;
  }

  .arrow img {
    width: auto;
  }
}

@media (min-width: 992px) {
  .container {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  #lottie-bg-xl {
    bottom: auto;
  }

  .container {
    width: 50%;
  }
}