:root {
    --text-color: #aaa;
    --body-bgcolor: #333;
}
.nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 1rem 0 0;
    list-style-type: none;
}
.nav__item {
    padding: 0 2rem;
}
.nav__anchor {
    color: var(--text-color);
}
