<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#info{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.5);
	font-family: arial;
	color: #fff;
	pointer-events: none;
	flex-direction: column;
}
#info &gt;*{
	margin: 5px 0;
}
#timer,#score, #endScore{
	color: #fff;
	font-family: 'Black Ops One';
}
#timer,#score{
	font-size: 2em;
}
#endScore{
	font-size: 4em;
	text-align: center;
}
#timer{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#score{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#joyStick{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%,0);
	width: 100px;
	height: 100px;
}
</pre></body></html>