@charset "utf-8";
/* CSS Document */
html,body{
	margin: auto;
	padding: inherit;
	overflow-x: hidden;
	background-color: maroon;
	color:antiquewhite;
	font-family: 'Bubblegum Sans', sans-serif;
}
h1{
	font-size: 65px;
	text-align: center;
	padding: 2%;
}
p{
	text-align: left;
	font-size: 30px;
	padding: 2%;
	background-image: url("424-4241820_boondocks-huey.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.pbg{
	background-image: url("Boondocks baby___.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.pbg2{
	background-image: url("../_commission__boondocks_grandad__by_timpu_dg8pile.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.pbg3{
	background-image: url("../imgbin_uncle-ruckus-television-show-nigga-humour-png copy2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.pbg4{
	background-image: url("../undefined2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
div{
	display: flex;
	justify-content: center;
	align-content: center;
}
video{
	object-fit:cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	filter: blur(3px);
	opacity: 15%;
}
a{
	z-index: 5;
	position: relative;
	padding: 2%;
}
footer{
	text-align: center;
	font-size: 20px;
	padding:1%;
}