body {
	cursor: url("/images/CursorMC.png"), default;
}

body:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: none;
	touch-action: none;
	background-color: rgba(250, 245, 235, 0.5);
	filter: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="5" stitchTiles="stitch"/></filter></svg>#noise');
	opacity: 0.1;
}

.leftbar-container .social-wrap .social {
	grid-column: span 3;
	filter: grayscale(0%);
}

footer.page-footer {
	text-align: center;
}
