#ascii-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background: #000;
    pointer-events: none;
}

body {
    background: transparent !important;
    justify-content: flex-end !important;
    /* padding-right: 3% !important; */
}

body::before {
    display: none !important;
}

@media (max-width: 768px) {
    body {
        justify-content: center !important;
        /* padding-right: 24px !important; */
    }
}