    .md-header__button.md-logo {
        /* Remove default margins/padding to allow more space for the logo */
        margin: 0;
        padding: 0;
    }

    .md-header__button.md-logo img,
    .md-header__button.md-logo svg {
        /* Set the desired height and width for your logo */
        height: 3rem; /* Adjust this value as needed */
        width: 7rem;  /* Adjust this value as needed */
    }