/*Krieger der Erde*/
g1{
color:#029ea7;
text-shadow: 1px 0 1px rgb(1 1 1 / 40%);
    background-image: linear-gradient(90deg,#e101d5,#e101d5, #5b011a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Krieger fremder Systeme*/
g2{
color:#a52290;
text-shadow: 1px 0 1px rgb(1 0 1 / 40%);
    background-image: linear-gradient(90deg,#2746db,#2746db, #5b011a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Orion Empire*/
g3{
color:#c04100;
text-shadow: 1px 0 1px rgb(1 0 1 / 40%);
    background-image: linear-gradient(90deg,#5c5b5b,#5c5b5b, #5b011a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Zivilisten*/
g4{
color:#159f15;
text-shadow: 1px 0 1px rgb(1 0 1 / 40%);
    background-image: linear-gradient(90deg,#159f15,#159f15, #5b011a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}