body {
    margin: 0;
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#video-host {
    width: 800px;
    height: 450px;
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    /* ضروري لتموضع الطبقة الشفافة العازلة */
    position: relative; 
}