:root {
    --maincolor: linear-gradient(to bottom,rgb(0, 0, 0),rgb(173, 14, 14)30%) !important; 
    --maincolor2: rgba(0, 0, 0, 0.9) !important;
    --maincolorinvers: linear-gradient(to top,rgb(0, 0, 0),rgb(173, 14, 14)10%) !important;
    --textcolor: rgb(162, 162, 162);
    --plainred: rgb(173, 14, 14);
    --desctextcolor: rgb(255, 204, 102);

    --amaincolor: linear-gradient(to bottom,rgb(0, 0, 0),rgb(255, 252, 84)30%) !important; 
    --amaincolor2: rgba(0, 0, 0, 0.9) !important;
    --amaincolorinvers: linear-gradient(to top,rgb(0, 0, 0),rgb(255, 252, 84)10%) !important;
    --atextcolor: rgb(162, 162, 162);
}