@mixin colored-border($color, $width) {
    border: $width solid $color;
}
