.navbar{
    position:fixed;
    width: 100%;
}
.nav-link.active {
  color: white; /* Keep text color white */
  border-bottom: 2px solid #ffffff; /* Add a blue border */
  padding-bottom: 5px; /* Add some space below the border */
}
body{
    overflow-x: hidden ;
    
}
.bgimg {
    
    object-fit: fill;
    filter: brightness(.8);
    z-index: -1;
}
.centered-div{
    display: grid;
  place-items: center; /* Centers both horizontally and vertically */
  height: 500px; /* Or whatever height you need */
}
.c-div{
    display: grid;
  place-items: center; /* Centers both horizontally and vertically */
}
.r{
  color: #813535;
}
.ll{
  position: absolute;
  left: 810px;

}