body {
    margin: 0;
    background-color: #000711;
    font-family: 'Montserrat', monospace;
    color: #d9bf75; 
}

h1 {
    font-size: 1.6em;
    text-transform: uppercase;
    margin-top: 1em;
}

.card-gallery {
    padding: 10px;
}



#cardModal {
    background-color: #000711;
  }

.modal-content {
    background-color: #000711;
  }

  .btn-close {
    filter: invert(1); /* This inverts the SVG color */
  }

  .filter-btn {
    background-color: transparent; /* Remove the default background color */
    border: none; /* Remove the default border */
    /* Optionally, you can add more styles to customize the appearance */
  }


