#toggleCentering {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	background-color: orange;
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
}
