:root {
--bs-primary: #F5F5F5;
--bs-primary-rgb: 245, 245, 245;
--bs-primary-color: #333333;
--bs-primary-color-rgb: 51, 51, 51;
--bs-secondary: #007BFF;
--bs-secondary-rgb: 0, 123, 255; 
--bs-secondary-color: #F5F5F5;      
--bs-tertiary-bg:#00AEEF;
--bs-tertiary-bg-rgb: 0, 174, 239;
--bs-tertiary-color:#F5F5F5;
--bs-tertiary-color-rgb: 245, 245, 245;
--bs-secondary-color-rgb: 245, 245, 245;
--bs-emphasis-color-rgb: 245, 245, 245;
}

.light-background {
    background-color: rgb(240, 240, 240);
}

ul li::before {
  content: square;
  color:#00AEEF;
  font-weight: bold;
  display: inline-block;
  width: 15px;
}

.text-blue {
    color:#007BFF
}

.text-light-blue {
    color:#00AEEF
}
