:root {

    --bg-color: rgb(237, 237, 237);
    --fg-color: black;

    --nav-bg: rgb(26, 26, 26);
    --nav-fg: white;

}