/* footer.css */
.footer {
    font-size: 0.95rem;
  }

  .footer h5 {
    font-size: 1.1rem;
  }

  .footer a:hover {
    color: #0d6efd;
    text-decoration: underline;
  }
