<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-section.style-h6 .bg-hide:before {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background-color: rgb(3 13 40 / 0%);

    content: "";

    opacity: 0.6;

    z-index: -1;

}

#popup {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    background: rgba(51, 51, 51, 0.72);

    z-index: 100;

    padding-top: 70px;

    animation: fades 3s;

    opacity: 1;

    height: 1000px;

}

#posts {

    border: solid 2px #fff;

    width: 300px;

    height: 650px;

    border: solid 2px #fff;

}

</pre></body></html>