@font-face {
	font-family: "courier_prime_code";
	src: url("fonts/courier_prime_code.ttf");
}

@font-face {
	font-family: "dessinarium";
	src: url("fonts/dessinarium.ttf");
}

html, body {
	font-family: "courier_prime_code";
	margin: 0px;
	overflow: auto;
	background-color: #000;
	color: #fff;
	height: 100%;
}

.message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  flex-direction: column
}

.dessinarium {
	font-family: "dessinarium";
	font-size: 36px;
}