a.navbar-brand {
    max-width: calc(100% - 54px - 2rem);
}

a {
    color: inherit;
    text-decoration: none!important;
}

.overflow-hidden {
    overflow: hidden;
}

.the-content a {
    color: blue;
    text-decoration: underline;
}