html, body{
	margin : 0;
	padding : 0;
	position : absolute;
	width :	100%;
	height: 100%;
}

#svelte{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}