    body::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    background-image: url(https://myspace.f46n.org/res/discord/attachments/820119042849243158/1124506593665503242/Ken.gif);
    background-size: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: 50%;
    z-index: 10000;
    opacity: 0;
    animation-name: fade;
    animation-iteration-count: 1;
    animation-timing-function: step-end;
    animation-duration: 5.6s;
}
    @keyframes fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
  body { 
  font-family: Copperplate, Papyrus, fantasy;
  color: #FFFFF0;
  background-image: url("https://fightersgeneration.com/news2022/game/stage/sf3-3rd-strike-ibuki-stage.gif");
  background-color: 24133F;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;

}
.tableRight {
background: #e48717;
}
.tableLeft {
background: #210800;
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/toons/too-1/too91.cur), auto !important;} /* End https://www.cursors-4u.com */


