:root {
    --red: #D70000;
    --blue: #1098EB;
    --green: #1CC664;

    --black: #000;
    --dgray: #2B2B2B;
    --text: #333;
    --border: #CCC;
    --lgray: #F7F7F7;
    --white: #FFF;

    --color-text: #FFF;
    --uptitle: #999;
}