/* 1. ÏÐß×ÅÌ ÂÎÎÁÙÅ ÂÑ¨ */
#pun, #punwrap, body > * {
    display: none !important;
}

/* 2. ÂÊËÞ×ÀÅÌ ×ÅÐÍÛÉ ÔÎÍ */
html {
    background: #000 !important;
}

/* 3. ÂÛÂÎÄÈÌ ÍÀÄÏÈÑÜ */
html::before {
    content: 'ERA FORUM çàêðûò';
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    color: #a855f7; /* Òîò ñàìûé ôèîëåòîâûé */
    font-family: 'Onest', sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}
