body{
    background-color: black;
    display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
}
h1{
    color: red;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#videoFeed {
    border: 2px solid red;
    width: 600px; 
    margin-bottom: 20px;
}
iframe {
    border: 2px solid red;
    width: 600px; 
    height: 600px; 
}
::-webkit-scrollbar {
    width: 2px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #ff0606; /* Background of the scrollbar track */
}
#time{
    color: red;
    align-self: flex-start;
    padding-left: 18px;
    padding-top: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;


}