


@font-face
{
    src: url("generation.ttf");
    font-family: space_fighter;
}

.space_fighter
{
    font-family: space_fighter;
    color: green;
    text-shadow:
	0px 0px 2px white,
	0px 0px 2px white,
	0px 0px 2px white,
	0px 0px 2px white,
	0px 0px 4px black,
	0px 0px 4px black,
	0px 0px 4px black,
	0px 0px 4px black,
	0px 0px 4px black,
	0px 0px 4px black
    ;
}

.space_fighter h2, .space_fighter h3, .space_fighter p
{
    font-weight: bold;
    color: white;
    font-family: Futura;
    text-shadow:
	0px 0px 5px black,
	0px 0px 5px black,
	0px 0px 5px black
    ;
}

body.space_fighter
{
    background-image: url("background.png");
    background-size: contain;
    background-repeat: both;
    background-position: center center;
}

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

.space_fighter_foreground
{
    background-image: url("foreground.png");
}
