body {
    background: url(https://files.catbox.moe/nt8vjy.gif); 
    image-rendering: pixelated;
    color: white;
    text-shadow: 2px 2px 10px black;
    background-attachment: fixed;
    background-size: repeat;
    font-weight: bolder;
a:link {
  color: hotpink;
}
a:visited {
  color: hotpink;
}
a:hover {
  color: red;
}
a:active {
  color: hotpink;
}
#container {
    backdrop-filter: blur(6px);
  color: pink;
  background: #00000069;
  padding-top: 40px;
filter: drop-shadow(0px 0px 4px black)
}
div.rightHead {
    background: transparent;
    background-image: url(https://files.catbox.moe/ywbovs.png);
    backdrop-filter: blur(6px);
}
.rightHead {
  color: white;
}
.tableRight {
    background: transparent;
    background-image: url(https://files.catbox.moe/gerxe2.png);
    backdrop-filter: blur(6px);
}
.tableLeft {
    background: transparent;
    background-image: url(https://files.catbox.moe/gerxe2.png);
    backdrop-filter: blur(6px);
}
