
:root {
    --header_text: #ffffff;
    --bg_light: #3787a9;
    --bg_dark: #216a89;
    --bg_fp_msg: #3787a9;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(33, 106, 137, 0.2);;
    --bg_light_rgb: 33, 106, 137;
    --bg_custom_opacity: rgba(0, 0, 0, 0.55);
}
