.pfp {
  border-radius: 100%;
  width: 90%;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

figcaption {
  text-align: center;
}

.container {
  display: flex;
}

.container.space-around {
  justify-content: space-around;
}

.container.space-between {  
  justify-content: space-between;
}

a {
  color: rgb(168, 0, 168)
}

a:visited {
  color : rgb(124, 0, 168)
}