.avatar {
  border-radius: 100%;
  border: 0.5px solid grey;
}

.avatar--small {
  width: 50px;
  height: 50px;
}

.avatar--large {
  width: 80px;
  height: 80px;
}
