@font-face {
	font-family: "GoudyText";
	src: url("/fonts/Goudy-Text.ttf"), format("truetype");
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #6b5638;
}
p {
	color: #e8cda9;
	text-align: justify;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 2px dashed;

}
ul{
    margin: 0px;
}
h1 {
	font-size: 80px;
	font-family: "GoudyText";
	text-align: center;
}
h2 {
	font-family: "GoudyText";
	text-align: center;
}
h3,
h4 {
  padding: 10px;
  box-sizing: border-box;
	border-bottom: 2px solid;
	color: #a69277;
	text-align: justify;
}
h5 {
	color: #a69277;
	text-align: justify;
}
.Background {
	color: #e8cda9;
	border: 20px solid #52412c;
	background-color: #52412c;
}
.Spacer {
	position: relative;
	box-sizing: border-box;
	border-bottom: 3px solid #e8cda9;
}
.FlagBox{
    text-align: left;
    column-count: 4;
}
.TableOfContents {
	font-size: 20px;
	width: fit-content;
	margin: 0 auto;
	text-align: left;
	list-style-position: inside;
	padding: 0;
}
a:link {
	text-decoration: none;
	color: #3e5428;
}
a:visited {
	text-decoration: none;
	color: #3e5428;
}
a:active {
	text-decoration: none;
	color: #4f130a;
}
