@mixin Heading($selector,$props){
    #{$selector}{
        @each $key,$val in $props {
            #{$key}:#{$val}; 
        }
    }
}