.avatar {
  vertical-align: middle;
  width: 70%;
  height: 50%;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Three image containers */
.column {
  float: left;
  width: 30%;
  padding: 5px;
  margin: 1%;
  align-items: center;
  color: #302E26;
  font-size: 18px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/*#bio {
  background-color: black;
}*/

.position {
  font-family: Helvetica;
  font-weight: lighter;
  text-align: center;
}

.highlightme { 
  background-color: white;
  opacity: 50%;
  border-radius: 5px; 
}