.container {
  display: flex;         
  align-items: flex-end; 
  gap: 20px;            
}

.pfp {
  float: left;
  width: 15vw;
}

.bio {
}
