
body {
 background-color: #314c99;
}
.section {
	background-color: #171717;
	border-style: solid;
	border-width: 10px;
	border-color: #7c3438;
	width: 50vw;
	height: 45vh;
	margin: 20px;
	position: relative;
	box-shadow: 10px 10px rgba(0,0,0,0.5);
	color: lightgrey;
	scrollbar-color: #7c3438 #171717;
}
.textwrapper {
	overflow: auto;
	max-height: 30vh;
	padding-bottom: 75px;
	padding-top: 40px;
	padding-right: 75px;
	padding-left: 75px;
	font-family: sans-serif;
	font-size: 1.5em;
}
.left {
	left: 15vw;
}
.right {
	left: 30vw;
}
#two {
	left: 30vw;
	top: -70px;
}
#three {
	top: -140px;
}
h1 {
	text-align: center;
	margin-bottom: 50px;
}
h1 img{
	max-width: 90vw;
}
h2 img{
	position: absolute;
	left: -50px;
	top: -50px;
	max-width: 50vw;
	filter: drop-shadow(5px 5px 5px #000);
}
.left p img {
	right: -195px;
	bottom: 35px;
	position: absolute;
	filter: drop-shadow(5px 5px 5px #000);
}
.right p img {
	left: -195px;
	bottom: 35px;
	position: absolute;
	filter: drop-shadow(-5px 5px 5px #000);
}
#back {
	margin-top: -140px;
	margin-bottom: 20px;
	margin-left: 20px;
} 
a, a:visited{
	color: #7c3438;
}
a:hover {
	color: #fff;
}
hr {
	border-color: #7c3438;
}
