.red {
  color: rgb(215, 45, 45);
  background-color: rgb(215, 45, 45);
}
.fluogreen{
  color: rgb(45, 248, 23);
  background-color: rgb(78, 226, 98);
}
.lila{
  color: rgb(193,127,227);
  background-color: rgb(193,127,227);
}
.darkred {
  color: rgba(133, 73, 150, 1);
  background-color: rgba(133, 73, 150, 1);
}
.yellow {
  color: rgba(255, 255, 0, 1);
  background-color: rgb(240, 88, 38);
}
.lightblue {
  color: rgba(222, 235, 250, 1);
  background-color: rgb(193, 218, 247);
}
.blue {
  background-color: rgb(0, 141, 247);
}
.pink {
  background-color: rgb(243, 98, 167);
}
.grey {
  background-color: gray;
}
.techo{
  background-color: #87a4ac;
}
.md{
  background-color: #0d5c23;
}
.splint{
  background-color: #3a3a3a;
}
.morpho{
  background-color: #d53a01;
}
.marwan{
  background-color: #6DBDE6;
}
.skv{
  /* background-color: #978b13; */
  background-color: rgb(248,	213,	209);
}
.ecopolis{
  background: linear-gradient(90deg, #f65b03, #f4c203, #d8f103, #7bda4c, #6ac5e3);
}
.cave{
  background-color: rgb(236, 236, 236)	;
}
.saf{
  background-color: #A887BE;
}
.residency{
  background-color: rgb(26, 83, 228);
}
.laumy{
  background-color: rgb(86, 45, 6);
}
.callback{
  background-color: rgb(193, 250, 23);
}
.kato{
  background-color: rgb(83,	137,	141	);
}
.sarah{
  background-color: rgb(255, 205, 24);
}
.liew{
  background-color: rgb(223	229	152);
}
.ufo{
  background-color: #00ff01;
}
.la{
  background-color: #b4aff2;
}
.gv{
  background-color: #160442;
}
.dr{
  background-color: #1a2f01;
}