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