html, body, div, span, h1, h2, h3, p, a, img, ul, li, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
#hScore_div {
	position: absolute;
	top: 353px;
	left: 412px;
}
#hScore_div input {
	width: 200px;
	font-size: 32px;
	margin-right: auto;
	margin-left: auto;
}
.fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
#canvas {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
}
