body{
	background-color: white;
	color: black;
	font-family:"averia-libre";
	
	margin-left: 50px;
	margin-right: 50px;
}

p2{
	font-size: 30px;
}

h1{
	font-size: 130px;
	text-align: center;
	font-style: italic;
}

h2{
	font-size: 40px;
	text-align: center;
	font-style: italic;
}

h3{
	font-size: 20px;
	text-align: center;
}


.navigation{
	
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 3000px;
	margin: 0 auto;
	height: 100px;
	list-style: none;
}

.navigation li{
	width: 200px;
	height: 50px;
	transition: background-position-x 0.9s linear;
	text-align: center;
	
}

a{
	font-size: 20px;
	color: #777;
	text-decoration: none;
	transition: all 0.45s;
	
}

a:hover{
	color: #d94f5c;
	
	
}

	
table{
	width: 100%;
	background-color: lightgrey;
	
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	margin-top: 40px;
	

}

th,tr{
	width: 50%;
	
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

th{
	font-size: 16px;
	text-align: justify;
	font-family: 'Myanmar Text';
	font-style: normal;
	
}




video{
	width: 100%;

}

img{
	justify-content: center;
}




