.background_grass {
  background: linear-gradient(
    to bottom right,
    rgb(127, 177, 51),
    rgb(11, 94, 11)
  );
}

/* .background_fire {
  background-color: rgb(255, 41, 3);
}

.background_water {
  background-color: rgb(51, 153, 255);
}

.background_bug {
  background-color: rgb(89, 95, 82);
}

.background_poison {
  background-color: rgb(119, 89, 134);
}

.background_electric {
  background-color: rgb(248, 186, 0);
}

.background_ground {
  background-color: rgb(224, 192, 104);
}

.background_fairy {
  background-color: rgb(255, 153, 204);
}

.background_fighting {
  background-color: rgb(129, 73, 70);
}

.background_ghost {
  background-color: rgb(138, 138, 180);
}

.background_psychic {
  background-color: rgb(139, 0, 42);
}

.background_rock {
  background-color: rgb(156, 155, 150);
}

.background_ice {
  background-color: rgb(178, 252, 248);
}

.background_dragon {
  background-color: rgb(187, 147, 169);
}

.background_normal {
  background-color: rgb(245, 245, 215);
}

.background_dark {
  background-color: rgb(34, 31, 31);
}

.background_steel {
  background-color: rgb(183, 183, 206);
} */

.background_fire {
  background: linear-gradient(
    to bottom left,
    rgb(255, 136, 1),
    rgb(252, 2, 2),
    rgb(245, 229, 3)
  );
}

.background_water {
  background: linear-gradient(
    to bottom left,
    rgb(51, 153, 255),
    rgb(4, 49, 73)
  );
}

.background_bug {
  background: linear-gradient(
    to bottom left,
    rgb(70, 78, 60),
    rgb(208, 247, 208)
  );
}

.background_poison {
  background: linear-gradient(
    to bottom left,
    rgb(201, 144, 230),
    rgb(66, 30, 90)
  );
}

.background_electric {
  background: linear-gradient(
    to bottom left,
    rgb(255, 251, 0),
    rgb(255, 153, 0)
  );
}

.background_ground {
  background: linear-gradient(
    to bottom left,
    rgb(153, 130, 88),
    rgb(92, 65, 4)
  );
}

.background_fairy {
  background: linear-gradient(
    to bottom left,
    violet,
    rgb(255, 153, 204),
    rgb(245, 239, 242)
  );
}

.background_fighting {
  background: linear-gradient(
    to bottom left,
    rgb(129, 73, 70),
    rgb(180, 100, 100)
  );
}

.background_ghost {
  background: linear-gradient(
    to bottom left,
    rgb(54, 54, 75),
    rgb(180, 180, 220)
  );
}

.background_psychic {
  background: linear-gradient(
    to bottom left,
    rgb(139, 0, 42),
    rgb(200, 50, 100)
  );
}

.background_rock {
  background: linear-gradient(
    to bottom left,
    rgb(156, 155, 150),
    rgb(200, 200, 200)
  );
}

.background_ice {
  background: linear-gradient(
    to bottom left,
    rgb(88, 238, 230),
    rgb(255, 255, 255)
  );
}

.background_dragon {
  background: linear-gradient(
    to bottom left,
    rgb(219, 7, 124),
    rgb(221, 208, 24)
  );
}

.background_normal {
  background: linear-gradient(
    to bottom left,
    rgb(165, 138, 81),
    rgb(247, 233, 172)
  );
}

.background_dark {
  color: white;
  background: linear-gradient(to bottom left, rgb(7, 7, 7), rgb(152, 152, 156));
}

.background_steel {
  background: linear-gradient(
    to bottom left,
    grey,
    rgb(131, 131, 138),
    rgb(249, 249, 250),
    white
  );
}
