@import url('https://fonts.googleapis.com/css?family=Roboto:900');

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 9;
  background: #0a0a0a;
}

#preload-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto";
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 1px 5px rgb(0, 0, 0);
}

.glitch {
  color: #757575;
}
