body {
    background-color: black;
}

body > video {
    position:fixed;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
}
