

.logo-image {
    filter: brightness(0) invert(1); /* White logo on dark background */
    width: 100px; /* Set the width */
    height: auto; /* Maintain aspect ratio */
}


