body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f0f0f0;
}

video {
    width: 100%;
    height: 50vh;
    /* Reduce the height to half of the viewport height */
    border: 1px solid #ccc;
    border-radius: 5px;
}

#output,
#debug {
    width: 100%;
    height: 8em;
    font-size: 1.2em;
    color: #333;
    max-width: 400px;
    /* Keep the output within the same width as the video */
    text-align: left;
}
