html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000000;
}

/* Force text visibility for all elements */
* {
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure Canvas-based text rendering works */
canvas {
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}