.mw-body {
background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/1/1e/Checkpointbg.png");
animation: test 60s linear infinite;
}

.mw-body::after {
background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/f/fd/Checkpointbg2.png");
}

@keyframes test {
  0% {background-position: top right;}
  100% {background-position: top left;}
}

.supermario {
background:#E33;
}