.bg-primary {
  background-color: #2C3E50 !important;
}  
body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

a {
  color: #0268f4;
  text-decoration: none;
  background-color: transparent;
}

/* color: #0f7864; */
a:hover {
  color:  #c7755c;
  text-decoration: none;
}