﻿body {
float: left;
	top: 0;
	left: 0;
}

video#bgVideo {
	position: absolute;
    top: 10;
    left: 10;
	width: 1201px;
	height: 602px;
	z-index: -100;    
	background-size: cover;
	object-fit: fill;
}

#txt {
	width: 1200px;
	font-size: 40px;
	text-align: center;
}

#instructions {
	position: absolute;
	font-size: 25px; 
	top: 650px;
}
