body {
background: url(https://necrosisjuice.neocities.org/assets/bgs/Psycho_1.jpg);
    background-repeat: repeat;
  -webkit-animation: scrollBg 20s infinite;
  -webkit-animation: bg-scrolling-reverse 20s infinite;
  -webkit-animation-timing-function: linear;
  z-index: -2
}

.foot-txt h1 {
background: -webkit-linear-gradient(#eaff6f, #b7ff1f, #27ff00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.boingo {
animation-name: floating;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 7px); }
    100%   { transform: translate(0, -0px); }    
}

#flood,
.wave {
    cursor: url("https://melonking.net/images/ui/bucket.png"), pointer !important;
}

#flood {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
    z-index: -1;
}
#flood-menu {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding: 5px;
    text-align: right;
    color: #afebff;
    font-size: 13px;
    z-index: 1;
}
#flood-menu button {
    border-radius: 0px;
    background-color: #9ba8bb;
    border: 3px double #1e1e1e;
}
#flood-menu button:hover {
    background-color: #00f3ff;
}
.wave > use {
    animation: slide 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    fill: url("#water");
}
.wave > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 14s;
}
.wave > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 20s;
}
.wave > use:nth-child(3) {
    animation-delay: -5s;
    animation-duration: 40s;
}
@keyframes slide {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@keyframes scrollBg {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(0px);
  }
}

@-webkit-keyframes bg-scrolling-reverse {
  100% {
   background-position: 304px 234px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 304px 234px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
   background-position: 304px 234px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
   background-position: 304px 234px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
   background-position: 304px 234px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
   background-position: 304px 234px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
 background-position: 304px 234px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 304px 234px;
  }
}