body 
{
	 text-align:center;
	 color: white;
	 background-color:black;
		background-image: url("wallpaper.png");
}

.page {
width: 800px;
margin: auto;

background:
	linear-gradient(
		to right,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,0.85) 8%,
		rgba(0,0,0,1) 25%,
		rgba(0,0,0,1) 75%,
		rgba(0,0,0,0.85) 92%,
		rgba(0,0,0,0) 100%
	);
}

.main_header
{
	background-size: 716px 512px; /*original size: 1432px 1024px*/
	background-image: url('logo.png'); 
	background-position: center -50px; 
	background-repeat: no-repeat;
	width: 800px;
	height: 300px;

}

.main_navigation
{
	text-align: center;
	padding: 10px;
	font-size: 18px;
	font-family: 'Cinzel', serif;
}

.home_page
{
	text-align:left;
	padding: 20px;
	font-family: 'EB Garamond', serif;
}

.bulletpoint
{
	margin-left: 30px;
}

h1, h2, h3
{
	font-family: 'Cinzel', serif;
}

p 
{ 
	font-size: 20px;
}

table, th, td 
{
	border: 0px solid black; /* Apply border to table, headers, and data cells */
	border-collapse: collapse; /* Collapse borders into a single border for a cleaner look */
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: white;
	text-decoration: none;
}

a:hover
{
	color: #b70101;
}