* {
    padding: 0;
    margin: 0;
	font-family: 'Libre Barcode 39 Text', cursive;
}
body {background:#000;}
#bgvid {
	z-index: 0;
	position:absolute;
	-o-object-fit: cover;
	   object-fit: cover;
	min-width: 100%;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
	-webkit-filter: blur(20px);
	        filter: blur(20px);
	
}
#content {
	z-index: 1;
	position:absolute;
	min-width: 100%;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    position: fixed;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
}
text {font-family: 'Libre Barcode 39 Text', cursive;}
svg { position:fixed; top:0; bottom:0; left:0; right:0; margin: auto; }