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