.wrapper {
    width: 100%;
    text-align: center;
}
#video {
    width: 100%;
    height: 50%;
    background-color: rgba(78, 0, 0, 0.685);
}
#debugs {
    color: rgba(127, 252, 181, 0.883);
    background-color: rgba(0, 0, 0, 0.261);
    font-family: 'Courier New', Courier, monospace;
    font-size: 3.3vw;
}
#prodSet {
    color: white;
}
#prodSet .center {
    text-align: center;
}
#printInfo {
    background-color: black;
}