body {
  font-family: "Roboto", sans-serif;
  /* Use Roboto, a key Google font */
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* Ensure full viewport height */
}
.slider-item-inner {
  max-height: 500px;
}
.offcanvasNavbar .offcanvas-header img {
  max-width: 150px;
}
