:root {
    /* TEXT */
    /* TEXT COLOR*/
        --textMain: white;
    /* TEXT SIZE */
    /* BACKGROUND */
        --bgMain: rgb(25,25,25);
    /* BORDER */
        --borderLight: .05rem solid var(--textMain);
        --borderMedium: .125rem solid var(--textMain);
        --borderHeavy: .2rem solid var(--textMain);
    /* SHADOW */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /* BORDERS */
    /* BORDERS */
    /* BORDERS */
    
    
    
    
    
    
    
}