.grass {
    background-color: rgb(13, 179, 13);
}
.grassh1 {
    color: rgb(13, 179, 13);
}

.fire {
    background-color: rgb(250, 56, 56);
}
.fireh1 {
    color: rgb(250, 56, 56);
}

.water {
    background-color: rgb(56, 156, 250);
}
.waterh1 {
    color: rgb(56, 156, 250);
}

.electric {
    background-color: rgb(218, 250, 56);
}
.electrich1 {
    color: rgb(218, 250, 56);
}

.bug {
    background-color: rgb(86, 255, 137);
}
.bugh1 {
    color: rgb(86, 255, 137);
}

.normal {
    background-color: rgb(132, 132, 132);
}
.normalh1 {
    color: rgb(132, 132, 132);
}

.poison {
    background-color: rgb(231, 19, 231);
}
.poisonh1 {
    color: rgb(231, 19, 231);
}

.ground {
    background-color: rgb(109, 39, 8);
}
.groundh1 {
    color: rgb(109, 39, 8);
}

.fairy {
    background-color: rgb(235, 180, 230);
}
.fairyh1 {
    color: rgb(235, 180, 230);
}

.psychic {
    background-color: rgb(235, 180, 230);
}
.psychich1 {
    color: rgb(245, 132, 168);
}

.fighting {
    background-color: rgb(255, 172, 89);
}
.fightingh1 {
    color: rgb(255, 172, 89);
}

.rock {
    background-color: rgb(203, 199, 173);
}
.rockh1 {
    color: rgb(203, 199, 173);
}

.ice {
    background-color: rgb(129, 223, 247);
}
.iceh1 {
    color: rgb(129, 223, 247);
}

.ghost {
    background-color: rgb(162, 132, 162);
}
.ghosth1 {
    color: rgb(162, 132, 162);
}

.dark {
    background-color: rgb(153, 139, 140);
}
.darkh1 {
    color: rgb(153, 139, 140);
}
