
:root {
    --header_text: #ffffff;
    --bg_light: #81a244;
    --bg_dark: #99bc58;
    --bg_fp_msg: #81a244;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(153, 188, 88, 0.2);;
    --bg_light_rgb: 153, 188, 88;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
