* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.main2
{
	
	width: 100%;
	height: 100%;
	background: url('w5.jpg');
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	border:6px solid grey;

	

}
.center
{
	height: 75%;
	width: 65%;
	background-color: grey;
	margin-top: 0%;
	margin-left: 16%;


	display: flex;
	border:2px groove grey;
	opacity: 0.9;
	box-shadow: 5px 10px 18px #50f4fa;




}
.l1
{
	height: 100%;
	width: 7%;
    background-image: linear-gradient(to right, #50f4fa , grey);
    display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	filter: brightness(1);
	

}
.l2
{
	height: 100%;
	width: 45%;
	background: url('44.jpg');
	background-size: cover;
	filter: grayscale(100%);

}
.l2:hover 
{
  transform: scaleX(-1);
}
.l3
{
	height: 100%;
	width: 55%;
    background-color: black;
    opacity: 1;
    color: #50f4fa;
    padding: 10px;

}
span
{
	color: white;
	font-family: Broadway;

}

.main
{
	
	width: 100%;
	height: 100%;
	background: url('w20.jpg');
	background-position: center;
	background-size: cover;
    border:6px solid grey;
    filter: brightness(2);
    
    



}
#main-h1
{
	font-family: broadway;
	font-size: 50px;
	color: white;
	margin-top: 2%;
	height: 10%;
	width: 85%;
	background-color: black;
    border: 1px solid grey;
    opacity: 0.9;
	box-shadow: 5px 10px 18px #50f4fa;
}
#main-h3
{
    font-family: broadway;
    font-size: 30px;
    color: #50f4fa;
    filter: brightness(1);
    margin-top: 3%;	
    height: 10%;
	width: 25%;
	background-color: black;
    border: 1px solid grey;
    opacity: 0.7;
	box-shadow: 5px 10px 18px #50f4fa;
}
#main-pre
{
	text-align: center;
	font-size: 17px;
	font-family:sans-serif;
	color: grey;
	margin-top: 3%;
	height: 40%;
	width: 85%;
	background-color: black;
	opacity: 0.9;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	overflow: hidden;
	padding-top: 35px;
	border: 1px solid grey;
	box-shadow: 5px 10px 18px #50f4fa;
}
