.grass {
    background-color: rgba(0, 184, 0, 0.3);
}

.fire {
    background-color: rgba(255, 0, 0, 0.4);
}

.water {
    background-color: rgba(0, 0, 255, 0.4);
}

.bug {
    background-color: rgba(187, 255, 0, 0.4);
}

.normal {
    background-color: rgba(255, 255, 255, 0.4);
}

.electric {
    background-color: rgba(255, 255, 0, 0.4);
}

.poison {
    background-color: rgba(174, 0, 255, 0.4);
}

.psychic {
    background-color: rgba(255, 0, 212, 0.4);
}

.fighting {
    background-color: rgba(255, 102, 0, 0.4);
}

.flying {
    background-color: rgba(0, 132, 255, 0.4);
}

.ground {
    background-color: rgba(255, 174, 0, 0.4);
}

.rock {
    background-color: rgba(143, 153, 0, 0.4);
}

.ghost {
    background-color: rgba(140, 0, 255, 0.4);
}

.ice {
    background-color: rgba(0, 217, 255, 0.4);
}

.dragon {
    background-color: rgba(204, 0, 255, 0.4);
}

.dark {
    background-color: rgba(151, 43, 0, 0.4);
}

.steel {
    background-color: rgba(160, 160, 160, 0.4);
}

.fairy {
    background-color: rgba(255, 70, 193, 0.4);
}

.grassDetails {
    background-color: rgba(0, 184, 0, 1);
}

.fireDetails {
    background-color: rgba(255, 0, 0, 1);
}

.waterDetails {
    background-color: rgba(0, 0, 255, 1);
}

.bugDetails {
    background-color: rgba(187, 255, 0, 1);
}

.normalDetails {
    background-color: rgba(255, 255, 255, 1);
}

.electricDetails {
    background-color: rgba(255, 255, 0, 1);
}

.poisonDetails {
    background-color: rgba(174, 0, 255, 1);
}

.psychicDetails {
    background-color: rgba(255, 0, 212, 1);
}

.fightingDetails {
    background-color: rgba(255, 102, 0, 1);
}

.flyingDetails {
    background-color: rgba(0, 132, 255, 1);
}

.groundDetails {
    background-color: rgba(255, 174, 0, 1);
}

.rockDetails {
    background-color: rgba(143, 153, 0, 1);
}

.ghostDetails {
    background-color: rgba(140, 0, 255, 1);
}

.iceDetails {
    background-color: rgba(0, 217, 255, 1);
}

.dragonDetails {
    background-color: rgba(204, 0, 255, 1);
}

.darkDetails {
    background-color: rgba(151, 43, 0, 1);
}

.steelDetails {
    background-color: rgba(160, 160, 160, 1);
}

.fairyDetails {
    background-color: rgba(255, 70, 193, 1);
}