#page-content .banner {
	margin: 40px;
	width: 400px;
	position: relative;
	z-index: -1;
	border: 2px solid #cac7c7;
	box-shadow: 0px 4px 6px #282424;
}

#page-content p {
	width: 85%;
	max-width: 600px;
	line-height: 2;
}

#characters {
	z-index: -1;
	position: absolute;
	width: 100%;
}

#characters img {
	max-width: 50%;
}

#characters img:first-of-type {
	width: 27%;
	margin-top: 3%;
	float: left;
}

#characters img:last-of-type {
	width: 33%;
	margin-top: -6%;
	float: right;
}

#about-us {
	position: static;
	z-index: 2;
	width: 58%;
	background-color: #363030;
	box-shadow: 0px 0px 12px #111111;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 300px;
}