1/*Add this to a CSS selector to turn it red*/
2filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
1.text {
2 background: rgba(0,0,0,.9);
3 backdrop-filter: grayscale(1) contrast(3) blur(1px);
4}