@font-face {
	font-family: "source_code_pro_light";
	src: url("fonts/SourceCodePro-Light.ttf");
}

html, body {
	font-family: "source_code_pro_light";
	margin: 0px;
	overflow: auto;
	background-color: #111;
	color: #ccc;
	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: #111;
}

.sight, .memory, .blink {
	position: absolute;
	top: 0px;
	left: 0px;
}

.blink {
	color: #333
}

.memory {
	color: #484848;
}