@media screen and (max-width: 400px) {
    .uc-fuck {
        padding-left: 1rem;
        padding-right: 1rem;
        margin: 0 auto;
        background-color: rgb(255 0 0 / 10%);
    }
    
    .uc-fuck div[data-artboard-height] {
        position: static !important;
        height: auto !important;
    }
    
    .super-fuck {
        position: static !important;
        display: flex !important;
        background-color: rgb(0 255 0 / 10%);
        width: calc(100vw - 2rem) !important;
    }
}