
:root {
    --header_text: #ffffff;
    --bg_light: #87a6ab;
    --bg_dark: #cbebf8;
    --bg_fp_msg: #87a6ab;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(203, 235, 248, 0.2);;
    --bg_light_rgb: 203, 235, 248;
    --bg_custom_opacity: rgba(0, 0, 0, 0.62);
}
