.head{
	background-image: url(../index/blacks.jpg);
	background-color: black;
	height: 100px;
	margin: 0;
	border-bottom: 2px solid white;
}
body{
	margin: 0;
	background-color: black;
}
li{
	color: white;
	list-style: none;
	float: left;
	margin-left: 50px;
	font-size: 25px;
	padding: 10px;
}
.center{
	background-image: url(../index/centerss.jpg);
	height: 500px;
	width: 100%;
}
hr{
	margin: 0;
}
.wel{
	margin:0;
	color: white;
	text-align: center;
	font-size: 60px;
	padding: 15px;
  	text-shadow: 3px 3px 3px black;
  	font-family: Arial Black;
}
.hello{
	margin:0;
	margin-left: 100px;
	font-size: 70px;
	color: white;
	text-shadow: 3px 3px 3px black;
	float:left;
}
.active{
	background-color: pink;
	padding: 10px;
	color:black;
	font-size: 30px;
	border-radius: 5px;
	

}
.this{
	margin: 0;
	margin-left: 100px;
	font-size: 30px;
	color: white;
	text-shadow: 3px 3px 3px black;
	float:left;
}
.qw{
	width: 270px;
	margin-left: 110px;
	height: 350px;
	border: 3px solid white;
	border-radius: 25px;

}
footer{
	font-size: 30px;
	color: white;
	text-align: center;
	padding: 10px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
.zz{
	float: left;
}