html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
    font-family: "Enchanted Land", cursive;
}

#sparkles-background {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 0;
    pointer-events: none;
}

div {
    position: relative;
    margin: 3rem auto;
    width: min(1100px, calc(100vw - 2rem));
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 12px;
}

.asciinator-frame {
    width: min(900px, 90vw);
    height: 420px;
    border: 0;
    display: block;
    background: transparent;
}