html{
	text-align: center;
	font-family: courier;
	background-image: url(skin.jpg);
	height: 100vh;
	width: 100%; 
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;

}

video{
	width: 700px;
	height:350px;
}
h1{	
	background-color: black;
	opacity:0.7;
	color : white;
	font-family: Arial;
	font-size: 55px;
	width: 621px;
	
}


h3{
	margin-left: -320px;
	background-color: white;
	width: 300px;
	font-size: 13px;
	margin-top:20px;
}


h5{
	margin-left: 320px;
	margin-top:-62px; 
	background-color: white;
	width: 300px;
	font-size: 13px;
	font-style: bolder;
}


h4{ 
	
	font-size: 12px;
	font-style: italic;
}

a{
	position: absolute;
	bottom:30px;
	left:30px;
	color: lime;
	text-decoration: none;
	font-size: 13px;
}
a:hover{

font-size: 15px
}