span, html, body {
  font-family: "poppins" !important;
}

@media (max-width: 415px) and (orientation: portrait) {
  span, html, body {
    font-family: "poppins" !important;
  }

  #preloadContainer > div:nth-child(8) > div > div > span > span {
    font-family: "poppins" !important;
    font-size: 2em !important;
  }

  #preloadContainer > div:nth-child(4) {
    position: fixed !important;
    left: 1vw !important;
    width: 32% !important;
  }

  #preloadContainer > div:nth-child(5) {
    position: fixed !important;
    left: 34vw !important;
    width: 32% !important;
  }

  #preloadContainer > div:nth-child(6) {
    bottom: 29% !important;
    position: fixed !important;
    right: 1vw !important;
    width: 32% !important;
  }
}
@media (max-width: 900px) and (orientation: landscape) and (min-width: 550px) {
  #preloadContainer > div:nth-child(4) {
    position: fixed !important;
    left: 1vw !important;
    width: 32% !important;
    transform: scale(1.6) !important;
  }

  #preloadContainer > div:nth-child(5) {
    position: fixed !important;
    left: 34vw !important;
    width: 32% !important;
    transform: scale(1.6) !important;
  }

  #preloadContainer > div:nth-child(6) {
    bottom: 29% !important;
    position: fixed !important;
    right: 1vw !important;
    width: 32% !important;
    transform: scale(1.6) !important;
  }

  #preloadContainer > div:nth-child(3) {
    bottom: 6% !important;
    transform: scale(1.5) !important;
  }

  #preloadContainer > div:nth-child(8) > div > div > span > span {
    font-family: "poppins" !important;
    font-size: 1.3em !important;
  }
}

/*# sourceMappingURL=style.css.map */
