.card-img-top {
    height: 100px; /* Adjust height as needed */
    object-fit: cover;
}

/* Custom CSS for footer */
.footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
  }
  .footer a {
    color: white;
    text-decoration: none;
  }
  .footer a:hover {
    text-decoration: underline;
  }

  .social-icons {
    margin-top: 10px; /* Adjust top margin to set the gap */
  }
  .social-icons a {
    margin-right: 10px; /* Adjust right margin to set the gap between icons */
  }
  .links-footer {
    margin-top: 10px; /* Adjust top margin to set the gap */
  }
  .links-footer a {
    margin-right: 30px; /* Adjust right margin to set the gap between icons */
  }