
:root {
    --header_text: #ffffff;
    --bg_light: #155e13;
    --bg_dark: #3f982c;
    --bg_fp_msg: #155e13;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(63, 152, 44, 0.2);;
    --bg_light_rgb: 63, 152, 44;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
