.md-header__button.md-logo {
    margin: 0;
    padding: 1rem;
}

.md-header__button.md-logo img, 
.md-header__button.md-logo svg {
    height: 2.4rem;
    width: 2.4rem;
}


/* Modify header font size to */
.md-header__title {
    font-size: 1rem; /* Adjust as needed */
}
.md-header__title a {
    color: var(--md-text-primary);
    text-decoration: none;
}