body > div:not(.except-blur):not(.body-wrap),
        body > div:not(.except-blur):not(.body-wrap) div,
        body  .body-wrap > div:not(.except-blur),
        body > section:not(.except-blur),
        body  .body-wrap > section:not(.except-blur),
        body .body-wrap > header:not(.except-blur),
        body > footer:not(.except-blur),
        body > section:not(.except-blur) button,
        body > header:not(.except-blur) button,
        a,i
        {
            filter: blur(6px);
            filter: url(blur.svg#gaussian_blur);
            -webkit-filter: blur(6px);
            cursor: no-drop !important;
        }
        .site-inconvenience{
            width: fit-content;
            margin: 50px auto;
            background: #ff0000;
            /* box-shadow: 0px 1px 3px 2px #ab3333; */
            border: 1px solid #ab3333;
            background-clip: padding-box;
            text-align: center;
            position: fixed;
            z-index: 5;
            top: 0;
            right: 0;
            bottom: 0;
            max-height: 100px;
            left: 0;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            text-transform: uppercase;
        }