html, body {
	/* Seite komplett auf den Canvas vorbereiten. */
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
}

canvas {
	/* Canvas soll ohne Außenabstand am Rand sitzen. */
	display: block;
}
#game-window {
	color: white;
	
}

.unkempt-regular {
	font-family: "Unkempt", cursive;
	font-weight: 400;
	font-style: normal;
  }
  
  .unkempt-bold {
	font-family: "Unkempt", cursive;
	font-weight: 700;
	font-style: normal;
  }
  
