* {
    /* background-color: black;  */
    color: white; /* Optional: set text color to white for visibility */
}
body{
    background-color: black;
}
.iframe-3dmeet{
    background-color: black;
}

/* Ensure the iframe itself has a black background */
iframe {
    background-color: black; /* Apply to the iframe element */
    color: white; /* Optional: ensure text in iframe is visible */
}

#TextOverlay {
    background-color: black;
}