
@font-face
{
}

.pacfox
{
    color: yellow;
    text-shadow:
	0px 0px 5px black,
	0px 0px 5px black,
	0px 0px 5px black
    ;
}

body.pacfox
{
    background-image: url("background.png");
}

body.pacfox .illustration
{
    background-color: black;
    background-image: url("background.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

#wallpaper.pacfox
{
    /*
      rouge 0deg
      vert 100deg
      bleu  200deg
      violet 300deg
   */
    filter: sepia(1) saturate(1000%) hue-rotate(25deg) brightness(0.9);
}

