.icon-image {
  /* Set a height relative to the bar's text */
  height: 1.7em; /* 'em' scales with the font size. Adjust as needed. */
  
  /* You could also use a fixed pixel height */
  /* height: 24px; */ /* Uncomment this and comment 'height: 1.2em' to try it. */
  
  /* Ensure the width scales proportionally */
  width: auto; 
  
  /* Aligns the image nicely with the text */
  vertical-align: middle; 
  
}
/* Minimalist fix targeting the anchor tag with the logo */
.text-2xl.font-bold {
    display: flex;
    align-items: center;
}