
:root {
    --header_text: #ffffff;
    --bg_light: #20a24c;
    --bg_dark: #25b658;
    --bg_fp_msg: #20a24c;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(37, 182, 88, 0.2);;
    --bg_light_rgb: 37, 182, 88;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
