@charset "utf-8";
/* CSS Document */
html,body{
	margin: auto;
	padding: inherit;
	overflow-x: hidden;
	font-family: 'Irish Grover', cursive;
    font-family: 'Sedgwick Ave Display', cursive;
	color: deeppink;
	
}
section{
	content: '';
	position: absolute;
	background-image: url("KrangBack.svg");
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
	filter: blur(2px);
	height: 90%;
	width: 100%;
	z-index: -7;
	top: 0;
	left: 0;
	margin: 0;
	animation: Iblur 4s infinite ease-in-out alternate;
}
section2{
	content: '';
	position: absolute;
	background-image: url("/Shredder/imgbin_shredder-raphael-teenage-mutant-ninja-turtles-mutants-in-manhattan-splinter-karai-png.svg");
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
	filter: blur(2px);
	height: 90%;
	width: 100%;
	z-index: -7;
	top: 0;
	left: 0;
	margin: 0;
	animation: Iblur 4s infinite ease-in-out alternate;
}
section3{
	content: '';
	position: absolute;
	background-image: url("/splinter/2070ce7e-44c5-4f10-82f8-772496abda72.svg");
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
	filter: blur(2px);
	height: 90%;
	width: 100%;
	z-index: -7;
	top: 0;
	left: 0;
	margin: 0;
	animation: Iblur 4s infinite ease-in-out alternate;
}
section4{
	content: '';
	position: absolute;
	background-image: url("/April/April O'neil2.svg");
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
	filter: blur(2px);
	height: 90%;
	width: 100%;
	z-index: -7;
	top: 0;
	left: 0;
	margin: 0;
	animation: Iblur 4s infinite ease-in-out alternate;
}
section5{
	content: '';
	position: absolute;
	background-image: url("/baxter/TMNT Baxter Stockman, Peter Dora.svg");
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
	filter: blur(2px);
	height: 90%;
	width: 100%;
	z-index: -7;
	top: 0;
	left: 0;
	margin: 0;
	animation: Iblur 4s infinite ease-in-out alternate;
}
section6{
	content: '';
	position: absolute;
	background-image: url("/footSoldiers/download234.svg");
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
	filter: blur(2px);
	height: 90%;
	width: 100%;
	z-index: -7;
	top: 0;
	left: 0;
	margin: 0;
	animation: Iblur 4s infinite ease-in-out alternate;
}
section7{
	content: '';
	position: absolute;
	background-image: url("/BebopAndRock/Bebop and Rocksteady by circuscookies.svg");
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
	filter: blur(2px);
	height: 90%;
	width: 100%;
	z-index: -7;
	top: 0;
	left: 0;
	margin: 0;
	animation: Iblur 4s infinite ease-in-out alternate;
}
@keyframes Iblur{
	0%{
		filter: blur(-9px);
	}
	50%{
		filter: blur(0);
		
	}
	100%{
		filter:blur(2px);
	}
}
h1{
	text-align: center;
	font-size: 60px;
	font-weight: 900;
	padding: 2%;
	filter: drop-shadow(0.5px 0.5px 0.5px black);
	animation: tilts 3s ease-in-out infinite alternate;
}
@keyframes tilts{
	0%{
		transform: rotate(2deg);
		font-weight: 300;
	}
	100%{
		transform: rotate(-2deg);
				font-weight: 900;

	}

}
p{
	text-align: left;
	font-size: 25px;
	filter: drop-shadow(1px 1px 1px black);
	display: block;
	margin: 2px;
	padding: 1%;
	font-weight: 500;

	
}
.centerImg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
}
.Picbottom{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
}
a{
	padding: 2%;
}
footer{
	text-align: center;
	display: block;
	font-size: 20px;
	filter: drop-shadow(1px 1px 1px black);
	padding: 2%;
	bottom: auto;
}