.node{
	width: 25px;
	height: 25px;

	border: 1px solid black;
	border-radius: 25%;
	margin: 10px;
	display: inline-flex;
	text-align: center;
}
.row{
	width:100%;
}
.path{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}