html, body {
    background-color: #0a0c18 !important;
    background-image: none !important;
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-color: #0a0c18;
    background-image: url('/static/animate/phone.png?v=2');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

@media (min-width: 769px) {
    body::after {
        background-image: url('/static/animate/pc.png?v=2');
        background-position: center center;
    }
}

body::before,
.cosmic-glow,
.cosmic-glow-purple {
    display: none !important;
}

.container,
.marketplace-wrapper {
    position: relative;
    z-index: 1;
}
