body, html, video{
    background-color: black;
    margin: 0;
    padding: 0;
    width: 100vw !important;
    height: 100vh !important;
}

body > div{
    width: 100vw !important;
    height: 100vh !important;
}

body{
    overflow: hidden;
}

video{
    object-fit: cover;
    position: relative;
    z-index: 1;
}

canvas{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 10;
    background-color: transparent;
}