body{background-color:yellow;-ms-transform:;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);}
*{border-radius:10px; color:yellow; font-family:"Comic Sans MS", cursive, sans-serif;
 -webkit-filter:hue-rotate(150deg);}
.post-image{-ms-transform: rotate(70deg);
-webkit-transform: rotate(100deg);
transform: rotate(30deg);
}
*:hover{   -webkit-animation-name: 3d;-webkit-animation-duration: 20s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
  animation-name: 5d;animation-name: myfirst;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
-ms-transform: rotate(270deg);
-webkit-transform: rotate(130deg);
transform: rotate(140deg);
}
img {-webkit-filter:contrast(4); filter:contrast(4);}



.heading{ position:relative;   /* Chrome, Safari, Opera */
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: myfirst;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 20s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    0%   {background:black; left:0px; top:0px;}
    25%  {background:red; left:200px; top:0px;}
    50%  {background:blue; left:200px; top:200px;}
    75%  {background:purple; left:0px; top:200px;}
    100% {background:black; left:0px; top:0px;}
}

/* Standard syntax */
@keyframes myfirst {
    0%   {background:red; left:0px; top:0px;}
    25%  {background:white; left:200px; top:0px;}
    50%  {background:black; left:200px; top:200px;}
    75%  {background:purple; left:0px; top:200px;}
    100% {background:grey; left:0px; top:0px;}
}
.flag flag-nl{height:50px; width:50px;}
.styles{position:fixed; top:-10000;}

*{cursor:url(i.imgur.com/8XMo8oe.png),progress!important;}

.post reply{!important; direction: rtl;
unicode-bidi: bidi-override;}

@keyframes 3d {
    0%   {transform: rotateX(0deg);}
    50%  {transform: rotateX(65deg);}
    100% {transform: rotateX(360deg);}
}

@-webkit-keyframes 3d {
    0%   {-webkit-transform: rotateX(0deg);}
    50%  {-webkit-transform: rotateX(3deg);}
    100% {-webkit-transform: rotateX(110deg);}
}
