body {
	background-color: #130500;
	background-image: url("bg.png");
	text-align: center;
	font-family: monospace;
}

a {
	text-decoration-line: none;
}

div {
	background-image: url("fg.png");
	padding: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 992px;
}

h1 {
	font-style: italic;
	font-size: xx-large;
}

h2 {
	font-style: normal;
	font-size: xx-large;
}

h3 {
	font-style: normal;
	font-size: x-large;
}

.parchRow {
	background-image: initial;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	a {
		display: inline-block;
		background-image: url("fg.png");
		width: 504px;
		color: #150a0d;
		border-style: dashed;
		border-width: 4px;
		border-color: #150a0d;
	}
}

.leftBox {
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 100%;
	img {
		max-width: 504px;
		float: right;
		margin-left: 32px;
	}
}

.rightBox {
	text-align: right;
	padding: 0px;
	margin: 0px;
	height: 100%;
	img {
		max-width: 504px;
		float: left;
		margin-right: 32px;
	}
}

.parch:after {
  content: "";
  display: table;
  clear: both;
}

.dark {
	color: #f4d2c4;
	background-image: url("wofl.png");
	border-style: dotted;
	border-width: 4px;
	border-color: #ea5390;
}

.parch {
	color: #150a0d;
	border-style: dashed;
	border-width: 4px;
	border-color: #150a0d;
}

.sky {
	color: #e3b5e5;
	background-image: url("skies.png");
	border-style: dotted;
	border-width: 4px;
	border-color: #7fc46f;
	img {
		margin: 64px;
	}
}

.feet {
	text-align: right;
	color: #cf9a4b;
	background-image: initial;
	border-style: dashed;
	border-width: 4px;
	border-color: #cf9a4b;
	padding-top: 32px;
	padding-bottom: 0px;
}