  body {
    padding-bottom: 50px; /* for the footer */
  }

  .custom-navbar {
    background-color: #37517e;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: White;
  }
  .navbar-dark .navbar-nav .nav-link:hover {
    color: White;
    background-color: Black;
  }
  footer {
    background-color: Black;
    color: White;
    /* position: absolute; */
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  footer a, footer a:hover {
    color: White;
  }
  @media (max-width: 768px) {
    footer {
      position: relative; /* Disable sticky footer on mobile */
    }
    footer p {
      font-size: 12px;
    }
  }

  /* Product subtitle under the main title */
  .card-subtitle {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 1rem;
  }
  .card-img-top {
    height: 200px;
    object-fit: contain;
  }
  .card-prod {
    background-color: rgb(252, 244, 228);
    border-radius: 10px;
  }
