:root {
        --primary: rgb(255, 255, 255);
            --primary-text: rgb(8, 156, 176);
            --accent: rgb(255, 255, 255);
            --accent-text: rgb(8, 156, 176);
                    --text-color: rgb(255, 255, 255);
                                --page-bg-color: rgb(8, 156, 176);
                            --nav-bg-color: rgba(8, 156, 176, 0.85);
            --nav-text-color: rgb(255, 255, 255);
                                --loading-text-color: rgb(255, 255, 255);
        }

        

