img.rounded {
  object-fit: cover;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: inline;
  /*float: left;*/
  margin-bottom:10px;
}
/*
.bio {
	width: 70%;
}
*/
.bio {
	display: inline-block;
	/*width:100%;*/
	width:85%;
	text-align:center;
}
.bio h3 {
	display: inline;
}
.bio p {
	/*height: 150px;*/
}
.tooltip {
	display:inline;
}
.tooltiptext {
	display: none;
	position:absolute;
	background-color:#1c1f25;
	color:white;
	width:15%;
	/*height:20%;*/
	border-radius: 25px;
	margin-left:10px;
}
.opacity {
	opacity:.1;
}
.page-header {
	font-family:"Petit Formal Script", cursive;
	color:white;
	margin-top:5%;
	margin-left:5%;
}