.node {
	cursor: pointer;
}

.overlay {
	background-color: #eed;
}
   
.node rect {
	fill: #fff;
	stroke: darkorange;
	stroke-width: 1.5px;
}
   
.node text {
	font-size: 10px;
	font-family: serif;
}
   
.link {
	fill: none;
	stroke: #ccc;
	stroke-width: 1.5px;
}

#text {
	width: 80%;
}

#submit-button {
	cursor: pointer;
	border: 0;
	color: white;
	background-color: darkorange;
	font-size: 15px;
	padding: 10px 25px;
	outline: 0;
}

#info {
	margin-bottom: 20px;
}

#sentence-container {
	width: 1020.8px;
	margin-left: auto;
	margin-right: auto;
}