@import 'https://fonts.googleapis.com/css?family=Righteous';

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #131313;
}

/* iframe {
  width: 640px;
} */

.specialtext {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#text {
  font-size: 150px;
  font-family: Righteous;
}

#fill {
  animation: shift 5s linear infinite;
}

@keyframes shift {
  0% { x: 0; }
  100% { x: -2000; }
}

#privacypolicy, #support > * {
  color: #ffffff;
}

#privacypolicy a, #support a {
  color: #ffffff;
  text-decoration: underline;
}

#privacypolicy, #support{
  overflow: auto
}

#privacypolicy .specialtext, #support .specialtext {
  position: relative;
  left:0;
  top:0;
  transform: none; 
}

#privacypolicy .jumbotron, #support .jumbotron {
  background-color: transparent;
}

@media (max-width: 430px) {
  iframe{ 
    width: auto;
  }
}