body::before {
content: "";
position: fixed;
inset: 0; 
background: url("/sites/traditionaltaiji.com/files/watermark.png")
center center / 40% no-repeat;
opacity: 0.08;
pointer-events: none;
z-index: 9999;
}