html, body {
	height: 100vh;
	width: 100vw;
	overflow:hidden;
	box-sizing: border-box;
	padding:0;
	margin:0;
	outline:none;
	border:none;
}