#top nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2em;
}

#top nav ul li {
    border-right: 1px solid #999;
    padding: 0 12px;
}

#top nav ul li:last-child {
    border: none;
}