html, body, #wrap{
	width:100%;
	height:100%;
	padding:0;
	outline:0;
}

#wrap{
	display:flex;
	align-items:center;
	justify-content:center;
	overflow-y:hide;
	
}

.board{
	display:flex;
	height:100%;
	width:100%;
	align-items:center;
	justify-content:center;
	
}
#board1{
	
}

#board1cont{
	display:flex;
	height:100%;
	width:100%;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:100px;
	font-weight:bold;
}


