@font-face {
	font-family: "courier_prime_code";
	src: url("https://joun.lm6d.com/css/fonts/courier-prime-code.regular.ttf");
}

@font-face {
	font-family: "source_code_pro_light";
	src: url("https://joun.lm6d.com/css/fonts/SourceCodePro-Light.ttf");
}

html, body {
	font-family: "source_code_pro_light";
	margin: 0px;
	overflow: auto;
	background-color: #000;
	color: #fff;
	height: 100%;
	font-size: 36px;
}

.dummy {
	/* display: none; */
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	visibility: hidden;
}

.message {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
}

.sight, .memory, .blink {
	position: absolute;
	top: 0px;
	left: 0px;
}

.blink {
	color: #333
}

.memory {
	color: #484848;
}

.twitch_last_message {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #000;
}