.avatar {
  position: relative;
  display: inline-flex;
  user-select: none;
  border-radius: 50em;
  overflow: hidden;
}

.avatar__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.avatar__initials {
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.avatar__image img {
  background: #fff;
  box-shadow: 0 0 0 1px #f2f2f2;
}
