@import "../imports/text_light.css";
:root {
	--bg: #0A1360;
	--cur: #3E538A;
	--box: #283778;
	--box1: #4a8417;
	--box2: #7d931c;
	--box3: #8e6931;
    --failed: #142068;
	--failed1: #276614;
	--failed2: #5b6b16;
	--failed3: #775828;
}
.stat_logo {
	filter: drop-shadow(1px 0 0 white) 
            drop-shadow(0 1px 0 white)
            drop-shadow(-1px 0 0 white) 
            drop-shadow(0 -1px 0 white);
}