
:root {
    --header_text: #ffffff;
    --bg_light: #007a08;
    --bg_dark: #57b450;
    --bg_fp_msg: #007a08;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(87, 180, 80, 0.2);;
    --bg_light_rgb: 87, 180, 80;
    --bg_custom_opacity: rgba(0, 0, 0, 0.75);
}
