html, body {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
html {
	overflow-y: hidden;
}
body {
	background: url('bg.jpg') no-repeat center center scroll;
	background-size: cover;
}