body {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    color: #444;
    font-family: monospace;
}

canvas {
    display: block;
    position: absolute; /* Esto se gestionará mejor desde el JS corregido */
}

#ui {
    position: absolute;
    bottom: 20px;
    text-align: center;
    pointer-events: none;
}