
.loading{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #22292C;
  overflow: hidden;
  font-family: 'Rubik Mono One', sans-serif;
  z-index: 10000;
}
svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000000;
}

.input {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  font-size: 20px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-family: helvetica, sans-serif;
  bottom: 20px;
  background: none;
  border: 1px solid #ddd;
  color: #eee;
}

.text, .offscreen-text {
  width: 100%;
  /*top: 50%;*/
  transform: translateY(-50%);
  display: block;
  position: absolute;
  margin: 0;
  z-index: 9998;
}

.offscreen-text {
  text-align: center;
  top: -9999px;
  z-index: 999999;
}

.text span {
  position: absolute;
  z-index: 999999;
}

