/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
}

.bg1 {
  background-color: #121212;
}

.sectionColor {
  color: #878787;
  background-color: #121212;
}

.titleStyle {
  color: white;
}

.xb {
  color: white;
}

.footertext {
  color: white;
}

.footerback {
  background-color: black;
}

.socialnetstext {
  color: white;
}

