html, body {
	background-image: url("./image.jpg");
	background-attachment: fixed;
	background-size: cover;
    background-position: center center;
}