#webcam-container{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body{
   
    background-color : rgb(48, 48, 48);
    color: rgb(78, 255, 75);
    
}

