.lp-single-watermark {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70vw;
    height: 70vw;
    transform: translate(-50%, -50%) rotate(-25deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.08;
    pointer-events: none;
    z-index: 999999;
}



body, .learnpress, .lp-content {
    user-select: none !important;
}
