/* White page canvas shared by all public WordPress views. */
html,
body,
.site-body {
	background-color: #fff !important;
	background-image: none !important;
}

/* Remove the fixed decorative background used behind page content. */
.site-body::before,
.site-body::after {
	display: none !important;
	content: none !important;
	background: none !important;
}
