
.navbar-brand-logo img {
  height: 40px; /* Or use rem, e.g., 2.5rem */
  max-height: 40px;
  display: inline-block; /* Helps with vertical alignment */
  vertical-align: middle; /* Centers it vertically within the navbar */
  margin-right: 10px; /* Spacing from the title */
}
