body {
    font-family: 'Oswald', sans-serif;
	background-color:#01092D;
	overflow:hidden;  /*Hide scrollbars*/
    }
#myVideo {
  position:absolute;
 	top: 0px;
	left: 0px;   
}
#milion {
	color: #E7E21B; /* Remove the duplicate color declarations */
	position: relative;
	left: 190px;
	top: 122px;
	font-size: 63px;
	opacity:0;/* new */
	visibility: hidden;	
}