.bg-light {
  background-color: rgb(240,240,240)!important;
}

.bg-boot {
  background-color: #ea0f6b;
}

.bg-red {
  background-color: #c05843;
}

.bg-blue {
  background-color: #0d2a4a;
}

.text-red {
  color: #ff0000;
}

.text-black {
  color: black;
}

.text-copper {
  color: #c05843;
}

.text-blue {
  color: #0d2a4a !important;
}

.bg-special {
  background: #0077e2;
}

