.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/center.jpg);
	height:1390px;
	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;
}
.mylene{
	width: 200px;
	height: 300px;
	margin-right: 12px;
	margin-top: 14px;
	border: 3px solid white;
	border-radius: 15px;
	transition: all .2s ease-in-out;
}
.mylene:hover{
	width: 200px;
	height: 300px;
	margin-right: 12px;
	margin-top: 14px;
	border: 3px solid white;
	border-radius: 15px;
	transform: scale(1.1);
}

.mylenes{
	width: 420px;
	height: 300px;
	margin-right: 12px;
	margin-top: 14px;
	border: 3px solid white;
	border-radius: 15px;
	transition: all .2s ease-in-out;
}
.mylenes:hover{
	width: 420px;
	height: 300px;
	margin-right: 12px;
	margin-top: 14px;
	border: 3px solid white;
	border-radius: 15px;
	transform: scale(1.1);	
}
.holds{
	margin-left: 20px;
}
.container{
	background-color: rgba(0,0,0,.5);
	height: 1320px;
	border-radius:15px;
}