#pause-wasserzeichen {
    position: fixed;
    inset: 50% auto auto 50%;
    z-index: 900;
    transform: translate(-50%, -50%) rotate(-20deg);
    color: rgba(170, 0, 0, 0.72);
    font-size: clamp(4rem, 18vw, 12rem);
    font-weight: bold;
    text-transform: uppercase;
    pointer-events: none;
    user-select: none;
}
