*
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    justify-content: center;
    box-sizing: border-box;
    @import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
    
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
   }  


}

main{
   
}

#video {
    position: fixed;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: -100;
background-size: cover;
}

