.user-avatar {

display: inline-block;
width: 60%;
margin-top: 2em;
position: relative;
.avatar-input {
  display: none;
}
.add-avatar {
  cursor: pointer;
}
img {
  width: 100%;
  &.img-present {
    border-radius: 50%;
  }
}

}