/* Shrink logo to fit within the circle frame */
img.headshot {
  max-width: 150px;
  width: auto;
  height: auto;
  padding: 20px;
  background-color: white;
  margin-bottom: 1rem;
}
