body{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0em;
	padding: 0em;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;	
	text-align: center;
}

header{
	display: block;
	width: 100%;
	border:1px solid #FFF1E7;
	background-color:#FFF1E7;
}

main{
	margin: 0em;
	padding: 1em;
	background-color:#c2c2cc;
}

footer{
	display: block;
	width: 100%;
	background-color:#FFF1E7;
	padding-top: 1em;
	text-align: center;
	align-items: center;
	justify-content: center;
}

nav {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.btn{
	cursor: pointer;
	width: 8em;
	color: #cc0052;
	font-size: 1.4em;
	padding:10px 30px;
	border:0px solid;
	background: transparent;
	text-decoration: none;
	text-align: center;
	margin:0.5em 0.5em;
}
.btn:hover{
	color: #000;
	background-color: #fff;
}
.btn a:visited{
	background-color: #fff;
	color: #cc0052;
}
.btn a:hover{
	color: #000;	
}
.btn a:link{
	text-decoration: none;
} 

div {
	justify-content: center;
	align-items: center;
}

.container{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0em 1em 0 1em;
}

.content {
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content2 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-container{
	font-size: 1.3em;
}

h1{
	font-size: 2.5em;
	color: #283851;
	text-align: center;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

h2{
	font-size:2em;
	color: #564b47;
	text-align: center;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;	
}

table {
	width: 100%;
	max-width: 1000px;
}

table, thead, th, td{
	border:1px solid #003333;
}

