.fire { background-color: red; color: white; }
.water { background-color: aquamarine; }
.flying { background-color: skyblue; }
.ground { background-color: brown; color: white; }
.rock { background-color: khaki; }
.steel { background-color: silver; }
.electronic { background-color: yellow; }
.grass { background-color: greenyellow; }
.ghost { background-color: black; color: white; }
.dark { background-color: darkblue; color: white; }
.normal { background-color: whitesmoke; }
.psychic { background-color: seashell; }
.poison { background-color: purple; color: white; }
.bug { background-color: darkgreen; color: white; }
.dragon { background-color: grey; color: white; }
.fighting { background-color: pink; }
.fairly { background-color: lightgreen; }