*{color: white}
a{color: white !important}
button, input[type=submit], .svmsg{background: #0000 !important;border: 1px solid white !important}
textarea{background: #0000; border: 1px solid white}
.tableLeft,.tableRight{background: #0000 !important}
#hSub{color:white}
@keyframes bgmove{
  0%{
    background-position:-100% 100%;
    /*filter: hue-rotate(0deg);*/
  }
  100%{
    background-position: 100% -100%;
    /*filter: hue-rotate(360deg);*/
  }
}
* {
  text-transform: uppercase;
}
@keyframes test{
 /* unused */
}
@keyframes rainbowz{
  0%{
    filter: hue-rotate(0deg);
  }
  100%{
    filter: hue-rotate(360deg);
  }
}
body {
  background: url(https://ziad87.net/yea.gif);
  background-color: black;
  padding: 30px;
  animation: bgmove 5000s linear infinite;
}
#container {
  background: #0000;
  padding: 20px;
  opacity: 80%;
  margin-top: 20px;
  /* animation: rainbowz 70s linear infinite; */
}
div {
  animation: test 30s linear 1;
}
#header{
  background: #0005 !important;
}
#hSub{
  background: #0005 !important;
}
* {
  font-family: monospace;
}
.extended {
  display: none;
}
.fwiendCount {
  color: #00fe8f;
  font-size: 20px;
}
#block, #report {
  display: none;
}
/* hi guys how are you :3 */