/* Increase the logo size in the header */
.md-header__button.md-logo img {
  height: 3rem  !important; /* Adjust height as needed */
  width: auto;
}
