.avatar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-initial {
  font-family: Verdana, Arial, sans-serif;
  font-size: 48px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.male_avatar {
  background-color: darkcyan;
}

.female_avatar {
  background-color: darkmagenta;
}

.other_avatar {
  background-color: gray;
}