@mixin bg-center ($imgurl){
  background-image:url($imgurl);
  background-position:center;
  background-repeat: no-repeat;
}

@mixin text-center() {
  text-align:center;
}



