body {
    margin: 0;
    overflow: hidden;
    background: #000;
    font-family: sans-serif;
}


#canvas-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


#video-feed {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 200px;
    height: 150px;
    z-index: 2;
    border: 2px solid #333;
    transform: scaleX(-1); 
    opacity: 0.5;
    border-radius: 8px;
}


#ui {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    z-index: 3;
    pointer-events: none; 
}

h1 {
    margin: 0;
    font-size: 1.5rem;
    text-shadow: 0 0 10px #ff00de;
}

p {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 5px 0;
}

#status {
    font-weight: bold;
    color: yellow;
}
