body {
    text-align: center;
}

video {
    width: 0px;
    height: 0px;
}

table {
    width: auto;
    margin: auto;
}

tr,
td {
    border: 0px;
    text-align: center;
}

.mouse {
    position: fixed;
    top: 0px;
    left: 0px;
}

.mirror {
    transform: scaleX(-1);
}