@font-face {
  font-family: "Calibri";
  src: url("Calibri.woff2") format("woff2"), url("Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Copperplate CC";
  src: url("CopperplateCCHeavy.woff2") format("woff2"), url("CopperplateCCHeavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
#click2begin {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

body {
  background: #000;
  font-family: "Copperplate CC";
  overflow: hidden;
}

#emojis {
  display: none;
}

#emojis span {
  position: fixed;
  pointer-events: none;
  z-index: 9;
  font-size: 6rem;
  white-space: nowrap;
}

#emojis span b {
  position: absolute;
  top: 30px;
  left: 60px;
  font-size: 7rem;
}

main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
}
@media only screen and (max-width: 800px) {
  main {
    padding-top: 0;
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 600px) {
  main {
    padding-top: 0;
    transform: scale(0.8);
  }
}

h1 {
  color: red;
  text-align: center;
  margin: 0 auto;
  font-size: 2.5rem;
}

h2 {
  color: #3ab4ff;
  font-size: 0.9rem;
  text-decoration: none;
  font-family: "Calibri";
  margin: 0 auto;
}
h2 a {
  color: inherit;
  text-decoration: none;
}

.round {
  color: #00f5ff;
  margin: 0.15rem auto;
  font-size: 1.3rem;
}

.progress {
  position: absolute;
  width: 60px;
  background: #fff;
  height: 170px;
  top: 30%;
  transform: scaleY(-1);
}
.progress .inner {
  bottom: 0;
  top: none;
  width: 100%;
  height: 0%;
  transition: height 1s ease;
  background: #00f400;
}
.progress [progress-num] {
  position: absolute;
  top: -40px;
  left: -5px;
  color: #ff8197;
  font-size: 19px;
  text-align: center;
  width: 80px;
  transform: scaleY(-1);
}

.progress[left] {
  left: calc(50% + 340px);
}

.progress[right] {
  right: calc(50% + 340px);
}

#TikTok {
  margin: 0 auto;
  margin-top: 1rem;
  width: 500px;
  height: 320px;
  max-height: 60vh;
  max-width: 80vw;
  object-fit: cover;
  border: 1em solid black;
  outline: 10px solid yellow;
}

#process {
  position: fixed;
  object-fit: contain;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  height: 40vh;
  margin: 0 auto;
}

#hidden {
  display: none;
  opacity: 0;
}

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