.syn-body {
	margin: 0;
	background: #fafafa;
	font-family: system-ui, sans-serif;
}

svg {
	width: 100vw;
	height: 100vh;
}

.syn-circle {
	fill: orange;
}

.syn-path {
	fill: none;
	stroke: #999;
	stroke-width: 1.4px;
}

.syn-text {
	font-size: 12px;
	text-anchor: middle;
	pointer-events: none;
}