*{
    font-family: sans-serif;
    color: white;
}

body{
    background: tomato;
    overflow: hidden;
}

video{
    position: absolute;
    pointer-events: none;
}