@mixin important-text { color: red; font-size: 25px; font-weight: bold; text-align: center; } h1{ @include important-text; }