BODY	{
		background-color: #684D0F;/*#221917;*/
		color: #56400C;
		margin: 0;
		padding: 0;
		overflow:hidden;/*no scrollbars*/
}

#loadBox {
	width: 100dvw;
	height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
}

H1	{
	text-transform: uppercase;
	font-weight: 10;
	font-size: 5vw;/*40px;*/
	line-height: 30px;
	text-align: justify;
	text-justify: inter-character;
	padding:0;
	margin:0;
}

CANVAS	{
		background-color: #0000ff;
}

main	{
		background-color: #00ff00;
}

FORM	{
	display: none;/*hide to center title*//*display: flex;*/
}

.formV	{
	width: 60px;
	height: 100dvh;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.formH	{
	width: 100dvw;
	height: 60px;
	align-items: center;
	justify-content: space-around;
}

INPUT	{
	background-color: #684D0F;
	color: #56400C;
	border: 1px solid #56400C;
	border-radius: 20px;
	padding: 0px;
	margin: 2px;
	width: 40px;
	height: 40px;
	font-size:20px;
}