/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     body {
          font-family: "Comic Sans MS";
          background:url("https://media.8chan.co/7get/src/1419325160277.png");
     }
}

/* IE8, IE9, IE10 only*/
body {
	font-family:"Comic Sans MS"\0/;
	background:url("https://media.8chan.co/7get/src/1419325160277.png")\0/;
}

/* IE6 and IE7 only*/

body {
	* font-family:"Comic Sans MS";
	* background:url("https://media.8chan.co/7get/src/1419325160277.png");
}

h1,div.subtitle {
        animation:cfug 1s linear 0s infinite;
        -webkit-animation:memes 1s linear 0s infinite;
}

@keyframes cfug {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
from {
        color: rgb(255, 0, 0);
        transform: rotate(0deg);
    }
    16.6% {
        color: rgb(255, 0, 255);
    }
    33.3% {
        color: rgb(0, 0, 255);
    }
    50% {
        color: rgb(0, 255, 255);
    }
    66.6% {
        color: rgb(0, 255, 0);
    }
    83.3% {
        color: rgb(255, 255, 0);
    }
    to {
        color: rgb(255, 0, 0);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes memes {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
from {
        color: rgb(255, 0, 0);
        -webkit-transform: rotate(0deg);
    }
    16.6% {
        color: rgb(255, 0, 255);
    }
    33.3% {
        color: rgb(0, 0, 255);
    }
    50% {
        color: rgb(0, 255, 255);
    }
    66.6% {
        color: rgb(0, 255, 0);
    }
    83.3% {
        color: rgb(255, 255, 0);
    }
    to {
        color: rgb(255, 0, 0);
        -webkit-transform: rotate(360deg);
    }
}

/*