
:root {
    --header_text: #ffffff;
    --bg_light: #e68e8e;
    --bg_dark: #a45151;
    --bg_fp_msg: #e68e8e;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(164, 81, 81, 0.2);;
    --bg_light_rgb: 164, 81, 81;
    --bg_custom_opacity: rgba(0, 0, 0, 0.76);
}
