:root {
    --bg-color: #bce0fc;  
    --dark-section-color: #bce0fc;  
    --darker-section-color: #44a1e7;  
    --banner-text-color: #ffffff;  
    
    --primary-color: #2ca500; 
    --secondary-color: #44a1e7; 
    --accent-color: #2ca500; 
    --popular-games-color: #ffffff;
    
    --text-color: #000000; 
    --light-text: #ffffffe7; 
    --muted-text: #000000;  
    --banner-bg-color: #51a9ecd0;  

    --border-radius: 4px;
    --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}