#adblock-detector-wrapper {
    position: fixed;
    height: 100vh;
    z-index: 9999999999999999999999999;
    left: 0;
    top: 0;
    background: black;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.noscroll {
    overflow-y: hidden;
}