/* CSS styles */
.logo-image {
  width: 160px; /* Set the width to 160 pixels */
  height: 42px; /* Set the height to 38 pixels */
  filter: grayscale(
    100%
  ); /* Apply a grayscale filter (100% means fully grayscale) */
}