@import 'https://fonts.googleapis.com/css?family=Baloo';
html,body {
    background-color: rgb(48,48,48);
    margin: 0;
    padding: 0;
}
.container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.canvasjs-chart-canvas {
    font-size: 1.2rem;
}
.center-text {
	font-family: 'Baloo', cursive;
	font-size: 4rem;
	color: rgb(223,223,223);
	margin: 0;
	padding: 0;
}
.center-text a {
	text-decoration: none;
	color: rgb(180,240,200);
}
.center-text-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: translate(-50%,-50%); /* IE 9 */
            transform: translate(-50%,-50%); /* IE 10, Fx 16+, Op 12.1+ */
}