:root {
                    --mainBG: linear-gradient(169deg, rgba(129, 43, 44, 1) 0%, rgba(8, 11, 18, 1) 50%);
                    --contentBG: linear-gradient(157deg, rgba(0, 0, 0, 1) 29%, rgba(82, 17, 28, 1) 90%);
                --textColor: #f34e49;
                --outlinkColor: invert(90%) sepia(11%) saturate(3128%) hue-rotate(149deg) brightness(102%) contrast(91%);
                --textBoldColor: #56ebf4;
                --buttonBG: #0E0D15;
                --bgSelection: #61cdd1;
                --textSelection: #720905;

            }