body {
	text-align: center;
	background-color:black;
}	

#canvas {
	box-shadow: 0 0 5px black;
	border: 5px solid white;
	border-radius: 20px;
}

span {
	position: absolute;
	font-size: 60px;
	font-weight: bold;
	font-family: sans-serif;
	color: white;
	left: 5%;
	top: 10%;
	user-select: none;
}
