*{
	margin: 0;
	padding: 0;
}
.b{
	background-image: url(../img/OIP-C.jpg);
	background-size:100%;
}
.logo{
	width: 100%;
}
.logo h1{
	text-align: center;
	padding: 40px 0 12px 0;
    width: 100%;
    font-size: 30px;
    letter-spacing: 4px;
	color: darkseagreen;
	cursor: pointer;
}
.z h2 strong{
	color: red;
}
.z h2{
	text-align: center;
	padding: 12px 0 0px 0;
}
.logo h1:hover{
	color: #ce8460;
}
.nav{
	width: 100%;
	border-top: 2px solid  #cccccc ;
	border-bottom: 2px solid  #cccccc;
}
.nav ul{
	text-align: center;
}
.nav ul li{
	list-style: none;
	margin: 20px 0;
	font-size: 30px;
}
.nav ul li a{
	color: blue;
}
.nav ul li a:hover{
	color: rgb(212, 5, 33);
}
.m h4 {
	width: 100%;
	line-height: 60px;
	display: flex;
	justify-content: center;
}
.m p{
	display: flex;
	justify-content: center;
	font-size: 25px;
	cursor: pointer;
}
.m p a:hover{
	color: rgb(197, 13, 230);
}
.m p a{
	font-weight: 50px;
	text-decoration: none;
	margin: 0 40px 20px;
	color: rgb(212, 63, 9);
}