@font-face {
  font-family: CustomFont;
  src: url("./assets/fonts/KenneyBlocks.ttf");
}
html, body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  height: 100%;
}

#titleCard, .titleHolder {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 450px;
  max-height: 800px;
  height: 100%;
  margin: auto;
}
#titleCard img, .titleHolder img {
  max-width: 100%;
  margin: auto;
  display: block;
  max-height: 100%;
  height: auto;
  width: auto;
}

#bb-preloader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #1587f0;
}

#bb-preloader-progress {
  margin-top: 10px;
  width: 200px;
  position: relative;
}

#bb-preloader-progress-bg {
  background: #0d0d01;
  height: 20px;
  border: #0d0d01 1px solid;
}

#bb-preloader-progress-fg {
  background: #1587f0;
  height: 50%;
  position: absolute;
  left: 5%;
  top: 25%;
  width: 90%;
  transform: scaleX(0);
  transform-origin: left;
}

#bb-start {
  display: none;
  cursor: pointer;
}

/*# sourceMappingURL=styles.css.map */

/*# sourceMappingURL=styles.css.map */
