#brow{
  height: 500px;
  width: 800px;
  overflow-y: auto;
  border: 2px solid gray;
  list-style-type: decimal;
  padding: 0 0 0 3rem;
}
#sent_list{
  display: flex;
  justify-content: space-evenly;
}
#sentenceBox{
  border: 2px solid black;
  height: 500px;
  width: 500px;
}
.hlite{
  background: yellow;
  border: 5px solid black;
}
.hoverBig:hover{
  font-size: 2rem;
  cursor: pointer;
}
.bigPara{
  font-size: 1.5rem;
}
.wellSpacedDiv{
	display: flex;
	flex-direction: column;
	justify: space-evenly;
}
.wellSpacedDiv > *{
	padding: 0.5rem;
	align-self: center;
}
