/* Overrides the style.css */


:root {
    --main-footer-bgcolor: #2e9141;
    --main-footer-color: white;
    --main-splashscreen-color: white;
}

/* change this in case the png file has a transparent background */

.splashscreen .cnlogo {
    background-color: white;
    padding: 25px;
    border-radius: 25px;
}


.pingalive {
    
}