/* you can steal this code i will care */

body { font-family: Trebuchet MS; }

#siteTitle { font-family: DejaVu Sans Mono, monospace; }

.info { font-family: monospace; }

#siteTitle{
    font-size: 0px;
}

#siteTitle::after {
    font-size: 32px;
    content: "YOU'RE TELLING ME THAT THIS GRASS IS TRANS?";
}

.admin, .status, input, select, #group, .url, .header, .usersGrid, #siteTitle, .contactInfo, .info, a, p {
    animation: rbow 1s linear infinite alternate;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

textarea {
    animation: tdbw 1s linear infinite alternate;
    text-shadow: 0.5px 0.5px 2px black;
    font-family: Trebuchet MS, sans-serif;  
}

@keyframes tdbw {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.formerly {
    font-size: 0px;
    content: " ";
}

@keyframes rbow {
    0% {
        filter: hue-rotate(0deg);
        color: #5ef7ff;
    }

    100% {
        filter: hue-rotate(360deg);
        color: #5ef7ff;
    }
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.headerTop {
    background-color: black
}