nav
{
    background-color: black; 
}

.nav-link
{
    padding: 14px 16px;
    font-size: 20px;
}

.navbar-nav .nav-item
{
    margin: 0 auto;
}

#nav-title
{
    display: none;
    color: var(--banner-title);
    align-items: center;
    margin: 0;
}

h2
{
    align-items: center;
}

#myNavbar #webLinks
{
    position: relative;
    justify-content: center;
} 

.active a
{
    color: var(--dark-bg-text-color);
}