
:root {
    --header_text: #ffffff;
    --bg_light: #912727;
    --bg_dark: #ae2d2d;
    --bg_fp_msg: #912727;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(174, 45, 45, 0.2);;
    --bg_light_rgb: 174, 45, 45;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
