.user-img {
  width:.81rem;
  height:.81rem;
  border-radius: 50%;
  background-color:#ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  img {
    width:100%;
  }
}
