*{
    background-color: black;
    color: #c6c6c6;
}

.background-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;    
}

.background-video video{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}