html, body {
  width: 100%;
	height: 100%;
  margin: 0px;
  padding: 0px;
	display: flex;
  overflow: hidden;
	justify-content: center;
	align-items: center;
  background: #DDDDDD;
  overflow: hidden;
}

canvas {
  display: block;
  max-width: 2048px;
  max-height: 2048px;
  user-select: none;
  background: #DDDDDD;
}

#no-webgl {
  position: absolute;
  left: 0;
  top: 0;
  font-size: small;
  background: #DDDDDD;
  font-family: Verdana, sans-serif;
  color: black;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading {
  position: absolute;
  left: 0;
  top: 0;
  background: #DDDDDD;
  font-family: Verdana, sans-serif;
  color: rgb(37, 37, 37);
  font-weight: bold;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}