.non-binary {
    background: repeating-linear-gradient(
        to right,
        rgb(252, 244, 52),
        rgb(252, 244, 52),
        rgb(255, 255, 255),
        rgb(255, 255, 255),
        rgb(156, 89, 209),
        rgb(156, 89, 209),
        rgb(0, 0, 0),
        rgb(252, 244, 52) 50%
    );
    background-clip: text;
    color: transparent;
    text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.3);
}