/* Universal Reset and Base Style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", Arial, sans-serif;
  scroll-behavior: smooth;
}

/* body {
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.6;
} */

.navbar-container{
	background-color: #90100f;
}

.footer-custom{
	background-color: #90100f !important;
}

