html {
	background-color: #333;
	background-image: url('./img/background.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 0;
	margin: 0;
	min-height: 100vh;
	min-width: 100vw;
}
