
html, body {
    background-color: #353535;
    margin: 0;
    padding: 0;
}


#video {

    width: 100%;
    margin: 0;
    padding: 0;
    /* background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; */
    overflow-y: hidden;
    overflow-x: hidden;
    
}

#header {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: antiquewhite;
    position: absolute;
    left: 50px;
    top: 50px;
    font-size: 100px;
    opacity: 20%;
}