.profile-pic {
  border-radius: 50%;   /* makes the image circular */
  width: 150px;         /* set desired width */
  height: 150px;        /* set desired height */
  object-fit: cover;    /* ensures the image fills the circle nicely */
  margin: 0 auto;       /* centers the image if needed */
}
