
:root {
    --header_text: #ffffff;
    --bg_light: #a90a32;
    --bg_dark: #f30842;
    --bg_fp_msg: #a90a32;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(243, 8, 66, 0.2);;
    --bg_light_rgb: 243, 8, 66;
    --bg_custom_opacity: rgba(0, 0, 0, 0.65);
}
