:root {
        --top_header_background_color:radial-gradient(circle at right, #3d1158 8%, #3d1158 8%);
        --top_header_color:#ffffff;
        --top_header_a_color:#ffffff;
        --top_header_a_hover_color:#ab07a3;
        --middle_header_background_color:radial-gradient(circle at right, #511f71 8%, #511f71 8%);
        --middle_header_color:#ffffff;
        --middle_header_a_color:#ffffff;
        --middle_header_a_hover_color:#932fd6;
        --middle_header_search_input_color:;
        --middle_header_search_input_background_color:0;
        --middle_header_search_input_border_color:;
        --middle_header_search_input_border_size:0;
        --bottom_header_background_color:linear-gradient(to right, #6a03aa 1%, #6804a6 99%);
        --bottom_header_color:#ffffff;
        --bottom_header_a_hover_color:#edb337;
        --bottom_header_border_color:;
        --bottom_header_border_size:0;
        --side_menu_background_color:0;
        --side_menu_color:;
        --side_menu_a_hover_color:;
        --side_menu_border_color:;
        --side_menu_border_size:0;
        --main_titles_color:#000000;
        --main_titles_a_color:;
        --main_titles_a_hover_color:;
        --main_body_main_background_color:0;
        --main_body_main_color:#000000;
        --main_body_main_a_color:;
        --main_body_main_a_hover_color:;
        --main_body_alternative_background_color:0;
        --main_body_alternative_color:#000000;
        --main_body_alternative_a_color:#000000;
        --main_body_alternative_a_hover_color:;
        --main_body_alternative_a_hover_background_color:0;
        --card_titles_color:;
        --card_titles_a_color:;
        --card_titles_a_hover_color:;
        --card_body_background_color:0;
        --card_body_color:;
        --card_body_a_color:;
        --card_body_a_hover_background_color:0;
        --card_body_a_hover_color:;
        --card_body_border_radius:0;
        --top_footer_titles_color:;
        --top_footer_titles_a_hover_color:;
        --top_footer_body_background_color:linear-gradient(to right, #000000 1%, #000000 99%);
        --top_footer_body_color:#ffffff;
        --top_footer_body_a_color:#e5bbfe;
        --top_footer_body_a_hover_color:#c18be0;
        --bottom_footer_background_color:linear-gradient(to right, #511f75 1%, #511f75 1%);
        --bottom_footer_color:#ffffff;
        --bottom_footer_a_color:#c47af5;
        --bottom_footer_a_hover_color:#b583d6;
        --footer_social_media_background_color:0;
        --footer_social_media_background_hover_color:0;
        --footer_social_media_color:;
        --bottom_footer_text_hover_color:;
        --button_main_background_color:0;
        --button_main_background_hover_color:0;
        --button_main_color:;
        --button_main_text_hover_color:;
        --button_main_border_color:;
        --button_main_border_size:0;
        --button_main_border_rounded:0;
        --button_secondary_background_color:0;
        --button_secondary_background_hover_color:0;
        --button_secondary_color:;
        --button_secondary_text_hover_color:;
        --button_secondary_border_color:;
        --button_secondary_border_size:0;
        --button_secondary_border_rounded:0;
        --input_background_color:0;
        --input_color:;
        --input_border_color:#c7c7c7;
        --input_border_size:1px;
        --input_border_rounded:0;
        
            }