body {
	position: relative;
	height: 100vh;
	background-color: #f6f6f6;
}

body::after {
	content: " ";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateZ(-1px) scale(1.5);
	background-size: 100%;
	z-index: -1;
	/* background-image: url(/include/img/background.png); */
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
