#sect_profile {
  align-items: center;
  text-align: center;
  justify-content: center;
  align-content: center;
}

#prof-pic {
  background-color: #19181B;
  border-radius: 10px;
  width: 130px;
  height: 130px;
  margin: auto;
  background-size: cover;
  background-position: center;
}

#prof-lbl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 5px;
}

#prof-bio {
  display: flex;
  flex-direction: column;
  gap: 3px;
  opacity: 0.6;
  margin-top: 5px;
}
