:root {
  --navObjects: #654688;
  --navBackground: #654688;
  --textColor: rgb(255,255,255);
  --linkColor: rgb(14, 14, 226);
}

body,html{
    background-image: url(/embeds/pictures/trapdoor/background.png);
    image-rendering: pixelated;
    background-repeat: repeat;
}

.main{
    background-color: #83769C;
    color: rgb(255,255,255);
}

.desc{
    color: rgb(255,255,255);
}