@font-face {
font-family: "tomo";
src: url(https://files.catbox.moe/3ytw11.ttf);
}
* {
font-family: "tomo", monospace;
}
body {
background-color: #008888;
color: #ffffff;
font-family: "tomo", monospace;
image-rendering: pixelated;
}
a:link {
color: #00ffff;
}
a:visited {
color: #aaaaaa;
}
#online {
content: url(https://file.garden/Z8YTzSZCjCGREinW/Sin%20titulo.png);
width: 64px;
height: auto;
}
h1, h2, h3, h4, h5, h6 {
color: #ffffff !important;
}

#userWall, .tableLeft, .tableRight {
background-color: #004444 !important;
border-color: #888800 !important;
border-style: double;
border-width: 2px;
}