body{

	background-color: black;
}


.PongImg{
/*	border: dotted #0AFF00; */
	Position: fixed;
}

.Border{
	
	border: dotted #FF9600;
	height: 1280px;
	width: 600px;
}
/* CSS Document */

.box{
	
	height: 1000;
	width: 1000;
		
	
}

.canvas {
	
	top: 500px;
	left: 500px;
	
}

.score {
	text-align: center;
	flex: auto;
	 align-content: center;
	justify-content: center;
	color: aliceblue;
	font-size: 86px;
}