
:root {
    --header_text: #ffffff;
    --bg_light: #0e97ee;
    --bg_dark: #49b8fd;
    --bg_fp_msg: #0e97ee;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(73, 184, 253, 0.2);;
    --bg_light_rgb: 73, 184, 253;
    --bg_custom_opacity: rgba(0, 0, 0, 0.35);
}
