body{
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    gap: 1rem;
    background-color: #463d75;
}

#status{
    margin-bottom: 20px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

#video-placeholder{

    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

#video-player{
    max-width: 75%;
    max-height: 75%;
    min-width: 300px;
    min-height: 200px;
    border-radius: 8px;
    background-color: #000;
    
}