h1
{
	color : black;
	text-align : center;
}

body
{
		background-color : rgb(206, 206, 0);
 
}

video
{
		width: 350px;
		height : 408px;
	    
}

p
{
	//text-align : center;
}

#presentation
{
	background-color : aqua;
	border-radius : 5px;
	position: absolute;
	left:25%;
	width: 25%;
	
}

#video
{
	background-color : aqua;
	border-radius : 5px;
	position: absolute;
	left:61%;
	width: 20%;
}

