@charset "utf-8";
/* CSS Document */
html,body{
	margin: auto;
	padding: inherit;
	font-family: 'Kenia', sans-serif;
	background-color: plum;
	color: white;
}
h1{
	text-align: center;
	font-size: 65px;
	filter: drop-shadow(1px 1px 1px black);
	padding: 2%;
}
video{
	object-fit:cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 15%;
}
a{
	z-index: 5;
	position: relative;
	padding: 2%;
}
p{
	text-align: left;
	filter: drop-shadow(2px 2px 2px black);
	font-size: 25px;
	margin: 2px;
	padding: 2%;
}
.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}
.bgImg{
	background-image: url("riddler5.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 80%;
}
.bgImg2{
	background-image: url("../The Penguin22.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 80%;
}
.bgImg3{
	background-image: url("../imgbin_scarecrow-batman-arkham-knight-two-face-harley-quinn-png.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 80%;
}
.bgImg4{
	background-image: url("../two_face_by_garvals_d70mhvz.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 80%;
}
.bgImg5{
	background-image: url("../imgbin_harley-quinn-png.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 80%;
}
.bgImg6{
	background-image: url("../""pngeggppppp.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 80%;
}
.bgImg7{
	background-image: url("../Bane (1).png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 80%;
}
div1{
	display: flex;
	justify-content: center;
	margin: auto;
	padding: 2%;
}
footer{
	bottom: auto;
	text-align: center;
	font-size: 15px;
	padding: 2%;
	filter: drop-shadow(1px 1px 1px black);
	background-image: url("../Bane3.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}