@font-face {
    font-family: Roboto;
    src: url("fnt/Roboto.ttf");
}

body { 
	margin: 0;
	overflow: hidden;
}

#debugConsole {
	position: absolute;
	margin-left: 65%;
	width: 35%;
	height: 90%;
	top: 5%;
	bottom: 5%;
	background: rgb(128,128,128);
	color: rgb(255,255,255);
}

#tscontainer {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 30ex;
	height: 4em;

	text-align: center;
	font-size: 30px;
	background-image: linear-gradient(90deg, rgba(255,128,0,0.5), rgba(255,255,0,0.5));
	font-family: Roboto;
	color: white;
}
#ts {
	background-color: rgba(255,255,255,0);
	text-align: center;
	font-size: 20px;
	font-family: Consolas;
	color: rgb(255,255,255);
	height: 2em;
	width: 40ex;
}

#inputguide {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 34ex;
	height: 16em;

	text-align: center;
	font-size: 15px;
	background-color: rgba(64,64,64,0.5);
	font-family: Roboto;
	color: white;
}
.sub {
	margin-left: 25%;
	text-align: center;
	font-size: 13px;
	font-family: Roboto;
	color: white;
}