html, body {

	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

}

#preload-root {

	width: 100%;
	height: 100%;
	background-color: #006CE5;
	display: flex;
	align-items: center;
	justify-content: center;

}