.bubble {
	fill: transparent;
	stroke: white;
	stroke-width: 2px;
	cursor: pointer;
}

text {
	fill: white;
	font-size: 12px;
	text-anchor: middle;
	pointer-events: none;
}

.svg-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh; /* Full viewport height */
}
