#top-nav-bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

    color: var(--text-color-01);
    padding: 5px;
    border-bottom: 2px solid var(--border-color-01);
    margin-bottom: 16px;
}

#top-nav-bar a {
    color: var(--link-color-01);
}

#navbar-title {
    justify-self: center;
    margin: 0;
}

#navbar-others {
    justify-self: flex-end;
}