body {
	background: url(b.png) 0 0 / 1512px;
}

#svgPrep {
	position: absolute;
	top: -999px;
}

#svgPrep stop {
	stop-color: #fff;
}

svg.pie {
	position: absolute;
	/* left: 675px; */
	/* top: 105px; */
	left: 0px;
	top: 0px;
	pointer-events: none!important;
}

svg.pie text {
	fill: red;
	font: bold 70px sans-serif;
	text-shadow: 0 .1em 1em #fff;
	text-anchor: middle;
	dominant-baseline: central;
}