:root {
  --a: #0021aa;
  --b: #5938cf;
  --c: #8b5905;
  --d: #ff21a7;
  --e: #e8d649;
  --f: #04bad1;
  --g: #7e2e81;
  --h: #ff1313;
  --i: #016262;
  --j: #01aa15;
  --l: #d76228;
  --m: #7a3900;
  --n: #0598ff;
  --o: #167419;
  --p: #0812a5;
  --q: #d53a3a;
  --r: #93dd00;
  --s: #a139ff;
  --t: #ffbf3b;
  --u: #57a2ff;
  --v: #7c5efe;
  --w: #ff0808;
  --x: #29ff6f;
  --y: #da5102;
  --z: #7dc501;
  --aa: #26ff8b;
  --ab: #ee52ff;
  --ac: #ff3d3d;
  --ad: #693f00;
  --ae: #32ff39;
  --af: #5503a3;
}

.body {
  overflow-x: none;
  overflow-y: none;
  z-index: 1;
  max-height: 100%;
  max-width: 100%;
  background: #333;
}
.colorBody {
  animation: changingColor linear 22s infinite;
}
.showup {
  animation: showup 1s linear;
}

.color {
  animation: changingColor linear 22s infinite;
  animation-direction: reverse;
}
.btn-nsfw {
  margin-top: 400px;
}
