html,body,canvas{
	font-family: monospace;
	margin: 0;
}
html {
    overflow: hidden;
    height: 100%;
}
body {
    height: 100%;
    overflow: auto;
}
canvas{
	display:block;
	/* background-color: red; */
	margin-left: auto;
	margin-right: auto;
}
#controls
{
	position: fixed;
	top: 0px;
	right: 0px;
}
input, #hintsControl
{
	box-sizing: border-box;
	field-sizing: fixed;
	width: 30px;
	height: 30px;
	padding: 5px;
	margin: 0;
	display: block;
	text-align: center;
}
#homeLink
{
	position:fixed;
	bottom: 10px;
	right: 10px;
	font-style: italic;
	color: black;
	/* color: white; */
	/* mix-blend-mode: difference; */
}
#hintsControl
{
	background-color: white;
	border: 1px;
	border-color: black;
	cursor: pointer;
	user-select: none;
	padding: 0;
}