/*reset browser margins*/
* { box-sizing: border-box; margin: 0; padding: 0; }

header {
	background-color: #58345A;
	color: #B5A642;
	padding: 20px;
	text-alight: center;
	border-bottom: 3px solid #B5A642;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.container {
	display: flex;
	max-width: 1440;
	margin: 200 auto;
	width: 100%;
}

body {
	background-color: #222222;
	color: #D4C5A3;
	font-family: "Georgia", "Times New Roman", serif;
	line-height: 1.6;
}