
:root{
--base-h: 210;
--base-s: 50%;
--base-l: 40%;
--base-two-h: 57;
--base-two-s: 86%;
--base-two-l: 49%;
}


:root{
    --base-rgb: 51,102,153;
    --base-rgba: 51,102,153,0.9;
    --base-two-rgb: 231,222,17;
    --base-two-rgba: 231,222,17,0.9;
}