body {
    font-family: 'Rubik', sans-serif;
    margin-top: 70px; /* offset for fixed navbar */
  }
  
  .hero-section {
    background-color: #8b1313;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  }
  
  footer h5 {
    margin-bottom: 0.75rem;
  }
  
  footer p {
    font-size: 0.9rem;
  } 

  .custom-navbar-bg {
    background-color: #8b1313
  }