h1
{
	display:flex;
	
	color: white;
}

h2
{
	display:flex;
	
	color: white;
}



a
{
	color:white;
    
}
a:hover
{
	color: #006400;
}

#menu 
{
	display:flex;
    	flex-direction:column;
	justify-content:space-between;
	
	
}

section

{
	margin-top: 20px;
}

#video
{
	
    	display:flex;
    	flex-direction:column;

}


body
{
	background-color:black;
}
	

html 
{ 
	scroll-behavior: smooth; 

}

