@charset "UTF-8";

.bg-blue {
  background-color: blue;
  color: white;
}

.bg-red {
  background-color: red;
  color: white;
}