
@font-face
{
}

.the_infiltrator h1,
.the_infiltrator h2,
.the_infiltrator h3,
.the_infiltrator h4,
.the_infiltrator h5,
.the_infiltrator p
{
    color: white;
    text-shadow:
	0px 0px 5px black,
	0px 0px 5px black,
	0px 0px 5px black
    ;
}

body.the_infiltrator
{
    /* background-image: url("the_infiltrator.png"); */
}

#wallpaper.the_infiltrator
{
    /*
      rouge 0deg
      vert 100deg
      bleu  200deg
      violet 300deg
   */
    filter: saturate(1000%) brightness(0.05);
}

