@mixin circle($width,$height,$color) {
width: $width;
height: $height;
background: $color;
border-radius: 50%;
}
@mixin circle($width,$height,$color) {
width: $width;
height: $height;
background: $color;
border-radius: 50%;
}