.grass {
    background-color: rgb(23, 129, 23);
}

.grass-underline {
    text-decoration: underline;
    text-decoration-color: rgb(23, 129, 23);
}

.poison {
    background-color: rgb(187, 102, 223);
}

.posion-underline {
    text-decoration: underline;
    text-decoration-color: rgb(187, 102, 223);
}


.fire {
    background-color: rgb(234, 80, 20);
}

.fire-underline {
    text-decoration: underline;
    text-decoration-color: rgb(234, 80, 20);
}

.water {
    background-color: rgb(39, 123, 226);
}

.water-underline {
    text-decoration: underline;
    text-decoration-color: rgb(39, 123, 226);
}

.bug {
    background-color: rgb(85, 198, 113);
}

.bug-underline {
    text-decoration: underline;
    text-decoration-color: rgb(85, 198, 113);
}

.electric {
    background-color: rgb(197, 199, 41);
}

.electric-underline {
    text-decoration: underline;
    text-decoration-color: rgb(197, 199, 41);
}

.flying {
    background-color: rgb(85, 198, 196);
}

.flying-underline {
    text-decoration: underline;
    text-decoration-color: rgb(85, 198, 196);
}

.ice {
    background-color: rgb(12, 86, 171);
}

.ice-underline {
    text-decoration: underline;
    text-decoration-color: rgb(12, 86, 171);
}

.normal {
    background-color: rgb(137, 131, 131);
}

.normal-underline {
    text-decoration: underline;
    text-decoration-color: rgb(137, 131, 131);
}

.steel {
    background-color: rgb(175, 188, 202);
}

.steel-underline {
    text-decoration: underline;
    text-decoration-color: rgb(175, 188, 202);
}

.ghost {
    background-color: rgb(139, 179, 225);
}

.ghost-underline {
    text-decoration: underline;
    text-decoration-color: rgb(139, 179, 225);
}

.ground {
    background-color: rgb(78, 75, 62);
}

.ground-underline {
    text-decoration: underline;
    text-decoration-color: rgb(78, 75, 62);
}

.fighting {
    background-color: rgb(190, 102, 55);
}

.fighting-underline {
    text-decoration: underline;
    text-decoration-color: rgb(190, 102, 55);
}

.fairy {
    background-color: rgb(55, 190, 163);
}

.fairy-underline {
    text-decoration: underline;
    text-decoration-color: rgb(55, 190, 163);
}

.rock {
    background-color: rgb(59, 57, 56);
}

.rock-underline {
    text-decoration: underline;
    text-decoration-color: rgb(59, 57, 56);
}

.dark {
    background-color: rgb(20, 19, 19);
}

.dark-underline {
    text-decoration: underline;
    text-decoration-color: rgb(20, 19, 19);
}

.psychic {
    background-color: rgb(250, 133, 129);
}

.psychic-underline {
    text-decoration: underline;
    text-decoration-color: rgb(250, 133, 129);
}

.dragon {
    background-color: rgb(217, 25, 19);
}

.dargon-underline {
    text-decoration: underline;
    text-decoration-color: rgb(217, 25, 19);
}

