
:root {
    --header_text: #ffffff;
    --bg_light: #24a1b2;
    --bg_dark: #167b88;
    --bg_fp_msg: #24a1b2;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(22, 123, 136, 0.2);;
    --bg_light_rgb: 22, 123, 136;
    --bg_custom_opacity: rgba(0, 0, 0, 0.68);
}
