body {
    text-align: center;
    width: 100%;
    margin:0;
    background: #3D3D3D;
}

#playground {
    position: relative;
    background: #EDEDED;
    width:100%;
    height: 600px;
}

#playground p{
	/*background: rgba(0, 0, 0, 0.85);*/
	color: orangered;
	width: 100%;
	text-align: center;
    margin: auto;
    padding-top: 20%;
	font: bold 80px "Helvetica", Sans-Serif; 
	letter-spacing: 2px; 
}

.ball {
    background-color: black;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
}

.results{
	width: 100%;
	color: white;
	font: bold 26px/50px "Helvetica", Sans-Serif; 
	letter-spacing: -1px; 
	padding-top: 1em; 
}