:root {
--bs-gray-dark: #343a40;
--bs-primary-blu-chiaro: #0499DB;
--bs-primary-blu: #0D70B7;
--bs-primary-blu-scuro: #202135;
--bs-primary-yellow: #F9B111;
}

.bg-blu {
  background-color: #0D70B7 !important;
}

.text-red {
  color: #FF002E !important;
}

.bg-primary-blu {
  background-color: #0D70B7 !important;
}

.bg-primary-yellow {
  background-color: #F9B111 !important;
}