main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main #coming-soon {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
main #coming-soon img {
  width: 70vw;
  max-width: 350px;
}
main .glitch-bloc {
  position: relative;
}
main .glitch-bloc .glitchedAnim,
main .glitch-bloc .invisible-text {
  font-size: max(2vw, 25px);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 50px;
}
main .glitch-bloc .glitchedAnim {
  position: absolute;
  top: 0;
  opacity: 0.9;
}
main .glitch-bloc .invisible-text {
  visibility: hidden;
}
main .glitch-bloc .glitchedAnim:nth-child(2) {
  color: #f03e3e;
  animation: skewAnim 3s infinite;
}
main .glitch-bloc .glitchedAnim:nth-child(3) {
  color: #3df0cf;
  animation: glitchAnim2 3s infinite;
}
main .glitch-bloc .glitchedAnim:nth-child(4) {
  color: #000000;
  animation: glitchAnim1 3s infinite;
}
@keyframes glitchAnim1 {
  7% {
    transform: none;
  }
  10% {
    transform: translate(6px, -2px);
  }
  13% {
    transform: none;
  }
  20% {
    transform: none;
  }
  23% {
    transform: translate(-12px, -7px);
  }
  26% {
    transform: none;
  }
  40% {
    transform: none;
  }
  43% {
    transform: translate(10px, -9px);
  }
  46% {
    transform: none;
  }
  65% {
    transform: none;
  }
  68% {
    transform: translate(7px, 5px);
  }
  71% {
    transform: none;
  }
  100% {
    transform: none;
  }
}
@keyframes glitchAnim2 {
  7% {
    transform: none;
  }
  10% {
    transform: translate(-6px, 2px);
  }
  13% {
    transform: none;
  }
  20% {
    transform: none;
  }
  23% {
    transform: translate(12px, 7px);
  }
  26% {
    transform: none;
  }
  40% {
    transform: none;
  }
  43% {
    transform: translate(-10px, 9px);
  }
  46% {
    transform: none;
  }
  65% {
    transform: none;
  }
  68% {
    transform: translate(-7px, 5px);
  }
  71% {
    transform: none;
  }
  100% {
    transform: none;
  }
}
@keyframes skewAnim {
  20% {
    transform: none;
  }
  23% {
    transform: skew(5deg, -5deg) translate(10px, 5px);
  }
  26% {
    transform: none;
  }
  40% {
    transform: none;
  }
  43% {
    transform: skew(5deg, -10deg) translate(-5px, 2px);
  }
  46% {
    transform: none;
  }
  100% {
    transform: none;
  }
}
main a {
  position: absolute;
  bottom: 30px;
  font-size: max(1.5vw, 16px);
  font-family: "Bebas Neue", sans-serif;
  text-decoration: none;
  color: #0F0E0E;
  margin-top: 30px;
}