@mixin avatar ($value) {
    height: $value + px; 
    width: $value + px; 
    // line-height: $value + px;
    min-width: $value + px;
}