header{
    width: 10% height: 100vh;
	background-color:blue;
	background-repeat:repeat;
	background-size: 100%;
	
	
}
nav{
	width: 100%; height: 15vh;
	background: rgba(0,0,0,0.3);
	color:white; display: flex; justify-content: space-between;
	align-items: center; text-transform: uppercase;
}	
nav .logo{
	width:30%; text-align: center;
	font-size:50px;
	
}	
nav .menu{
	width:50%;
	display: flax; justify-content: space-between;
	
}	
nav .menu a {
	font-size:40px;
	text-decoration: none;
	color: yellow;
	text-shadow: 1px 1px 1px red;
}	
main{
	width: 100%;
	height: 85vh;
	display: flex;
	text-align: center;
	justify-content: center;
	color: white;
}	
h2{
	font-size: 95px;
	margin:00px 0 30px 0;
	text-shadow:2px 2px 2px black;
	background: #00b333;
}	


 nav .menu{
	border-radius: 4px;
	font-size: 14px;
	font-weight: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: flex; justify-content: space-around;
	
}
nav .menu a{
	width: 25%;
	
}	




saction .btnone{
	background: #00b894;
	
}	
h3{
	font-size: 30px;
	margin:2px 0 2px 0;
}







h4{
	font-size:30px;




}




strong{
	background-color:red;
	font-size:60px;
}


body{
	background-color:blue;
}	

u{
	font-size:50px;
	color:#2FFFD7;
}	


div p{
	background-color:#a2a2a2;
	color:#393939;
	font-size:30px;
}	

i{
	font-size:50px;
	
}	


h5{
	font-size:30px;
	text-shadow:2px 2px 2px black;
}	