html, body {
  height: 100%;
  width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

canvas {
	position: asbolute;
	left: 0;
	top: 0;
	outline: 2px solid black;
	margin: 0;
}

.stats-display {
	position: absolute;
	width: 180px;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
}

.stats-display > p {
	margin-top: 10px;
	width: 100%;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 1px;
	color: rgb(13, 13, 13);
	margin-bottom: 0;
}

.stats-display > h6 {
	margin-top: 15px;
	width: 100%;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0.7px;
	color: rgb(13, 13, 13);
	margin-bottom: 0;
}