body {
  max-width: 100%;
  background: #000;
  background-image: url("/images/synthzoid.png");
  /*opacity: 0.5;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
}

#top {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 10em;
  opacity: 1;
}

#bottom {
  color: #fff;
  text-align: center;
  font-size: 10em;
  opacity: 1;
}

.rubik {
  font-family: 'Rubik Mono One', sans-serif;
}

#shader {
  background: #f00;
  opacity: 0.25;
}