html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #0e0e0e;
    color: #eaeaea;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: hidden;
}

.poem {
    position: relative;
    z-index: 1;

    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.75;
}

#particles {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

/* Edge Mobile / Auto-Dark-Mode Fix */
#particles.edge-fix-invert {
    filter: invert(1) hue-rotate(180deg);
}
