body {
    background-color: rgb(31, 46, 52);
    color: rgb(255, 255, 255);
    overflow-x: hidden;
}

* {
    text-align: center;
    font-family: monospace;

}

a{
    color: white;
    text-decoration: none;
}

.option4 {
    overflow: hidden;
}

.tv {
    opacity: 5%;
    z-index: 9909;
    position: fixed;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.opening {
    opacity: .06;
    z-index: 9909;
    position: fixed;
    pointer-events: none;
    width: 100%;
    height: 100%;
    animation: fade-out .4s linear;
}

@keyframes fade-out {
    0% {
        opacity: 1;

    }

    100% {
        opacity: 0.06;
    }
}


html,
body,
* {

    cursor: url("https://i.postimg.cc/VLQ1QFgL/tiny.png"), default;
}

*::-webkit-scrollbar {
    display: none;
}

img:hover {
    transform: scale(1.1);
}

.ad1 img {
    pointer-events: none;
    position: absolute;
    z-index: 2;

        top: 10%;
        left: 65%;
    box-shadow: 10px 10px 10px black;

}


