@import url('https://fonts.googleapis.com/css2?family=UnifrakturCook:wght@700&display=swap');

* {
    margin: 0 ;
    padding: 0 ;
    box-sizing: border-box;
    font-family: UnifrakturCook, cursive;
}
.container {
    width: 100%;
    height: 100vh ;
    position: relative;
}
.container video {
    width: 100%;
    height: 100% ;
}
.text-box {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10vw;
    font-weight: 700;
    mix-blend-mode: multiply;
}