/* you can steal this code i will care */
/* oh right half of this css is stolen code */

body { font-family: Trebuchet MS; animation: 0.5s linear sugmaDick; }

@keyframes sugmaDick {
    0% {
	opacity:0;
    }
    100% {
	opacity:1;
	}
}

#siteTitle { font-family: DejaVu Sans Mono, monospace; }

.info { font-family: monospace; }

#siteTitle{
    font-size: 0px;
}

#siteTitle::after {
    font-size: 32px;
    content: "d=(0▽0*)o";
}

.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
}

body {
    background-color: #151515;
    color: white;
}

.contactInfo {
    border: 1px solid white;
}