body {
	
	/*background-color: #0000FF !important;*/
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;   /* Klicks gehen ungehindert durch */
	z-index: 9999;
	background-repeat: repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='306' height='173'%3E%3Ctext x='153' y='97' font-family='Arial, sans-serif' font-size='34' font-weight='700' fill='%236b7280' fill-opacity='0.10' text-anchor='middle' transform='rotate(-25 153 87)'%3ETEST PHP 8.5%3C/text%3E%3C/svg%3E");
}

