:root {
        --primary: rgb(249, 147, 8);
            --primary-text: rgb(255, 255, 255);
            --accent: rgb(0, 132, 1);
            --accent-text: rgb(255, 255, 255);
                                            --page-bg-color: rgba(255, 255, 255, 0.2);
                            --nav-bg-color: rgba(255, 255, 255, 0.9);
            --nav-text-color: rgb(249, 147, 8);
                                --loading-text-color: rgb(0, 132, 1);
        }

            

