.bug {
  background-color: rgb(59, 153, 80);
}

.fire {
  background-color: rgb(255,75,90);
}

.normal {
  background-color:rgb(202,152,167);
}

.dark {
  background-color:rgb(90,89,121);
}

.flying {
  background-color:rgb(147,178,199);
}

.poison {
  background-color:rgb(155,105,217);
}

.dragon {
  background-color: rgb(97,202,217);
}

.ghost {
  background-color:rgb(144,103,144);
}

.psychic {
  background-color:rgb(248,28,145);
}

.electric {
  background-color:rgb(200,200,114);
}

.grass {
  background-color:rgb(39,203,79);
}

.rock {
  background-color: rgb(139,62,33);
}

.fairy {
  background-color:rgb(234,19,105);
}

.ground {
  background-color:rgb(110,73,31);
}

.steel {
  background-color:rgb(66,189,148);
}

.fighting {
  background-color:rgb(239,97,56);
}

.ice {
  background-color:rgb(216,240,250);
}

.water {
  background-color:rgb(134,168,252);
}
