@font-face {
	font-family:'EB Garamond';
	src: url('EB_Garamond/static/EBGaramond-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family:'EB Garamond';
	src: url('EB_Garamond/static/EBGaramond-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	}

html{
	background-color: #8A0000;
	font-family: 'EB Garamond', serif;
	}

h1{
	color: white;
	text-align: center;
	transform:translateX(-60px);
	font-size: 7em;
	margin: 0;
}

.pos{
	transform:translateY(10px);
	position:absolute;
}

/*.border{
	height: 350px;
	width: 800px;
	padding: 10px;
	margin: 0 auto;
	border: 3px solid white;
	background-color: #8A0000;
}*/

.border2{
	height: 50px;
	width: 350px;
	margin: auto;
	border: 5px solid black;
	background-color: white;
	padding: 7px;
	margin-top: 10px;
}
	

.para{
	font-size: 30px;
	text-align: center;
	color: white;
	padding-left:70px;
	padding-right:70px;
	margin: 5px;
}

table{
	font-size: 30px;
	text-align: left;
	color: white;
	border-collapse: collapse;	
	margin: auto;	
}

th{
	border: 2px solid white;
	padding: 10px;
	
}

td{
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	padding: 10px;
}

.status{
	font-size: 30px;
	text-align: center;
}

.bottom{
	text-align: center;
	font-size: 2.5em;
	color: white;
}
