/* Projeler altındaki boş kartları gizle */
a[href="#"] {
  visibility: hidden;
  pointer-events: none;
}
