html,
body {
	margin: 0;
	padding: 0;
/* 		min-width: min(100vw, 100vh);
min-height: min(100vw, 100vh);
max-width: min(100vw, 100vh);
max-height: min(100vw, 100vh); */

  display: flex;

  /* This centers our sketch horizontally. */
  justify-content: center;

  /* This centers our sketch vertically. */
  align-items: center;
}


.loadingclass {
  background-color: white;
	font-size: 4ex;
  color: black;
	font-family:Georgia, Times, "Times New Roman",  serif
  border: 2px solid black;
  margin: 100px;
  padding: 20px;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;  
} 

html, body {
  height: 100%;
}
