.avatar {
  width: 35px;
  height: 35px;
  overflow: hidden;
  background: #ebebeb;
  object-fit: cover;
  border-radius: 50%;
}

.avatar--big {
  height: 90px;
  width: 90px;
}