/*Gruppen.css*/

/*Erdsenshi*/
g1{
color: #e400ff;
   text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
    background-image: linear-gradient(349deg,#939090, #e400ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Erdguardians*/
g5{
color: #551fd1;
   text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
    background-image: linear-gradient(349deg,#939090, #4d00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Zivilisten*/
g2{
color: #00938c; 
   text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
    background-image: linear-gradient(349deg,#939090, #00938c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Shadow Galactica*/
g3{
    color: #ffd400;
    text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
    background-image: linear-gradient(349deg,#000000, #ffd400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*fremde Senshi*/
g4{
color: #b60a6e;
  text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
    background-image: linear-gradient(349deg,#939090, #ff0094);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*fremde Guardians*/
g6{
color: #960a5b;
  text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
    background-image: linear-gradient(349deg,#939090, #ff003b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grusback{
width: 290px;
height: 323px;
float:left;
margin:2px;
padding:2px;
}

.grusname{
font-family:'Oswald', sans-serif;
text-align:center;
font-size:14pt;
text-transform:uppercase;
}

.grusava{
border: 3px solid #453753;
width: 250px;
height:220px;
}

.grushortfact{
    width: 253px;
    background: #453753;
    margin: 1px;
    font-size: 11pt;
    line-height: 20px;
    text-align: center;
    color: #c9c5bd;
}

