html {
	background-color: #000;
}

body {
	margin: 0;
    width: 100vw;
    padding: 0;
    background: url(/img/background.jpg) no-repeat center center fixed;
	background-size: cover;
    height: 100vh;
}
