@mixin center-horizontally($width) { margin-left: auto; margin-right: auto; width:$width; }