/*body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

/*canvas {
    position: absolute;
    top:7vh;
    left:31vw;
}*/

video, canvas {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

video {
    top: 50px;
}

canvas {
    top: 50px;
}


