*, *::before, *::after {
	box-sizing: border-box;
}

body {
	color: #57413b;
	font: prest;

}

.wrapper {
	max-width: 70%;
	margin: 0px auto;
	padding: 20px;
	border: 1px solid #fff;
	background-color: #000000;
	overflow: hidden;
	margin-top: -20px;
}

h1, h2 {
	margin: 0;
	line-height: 1.25;
}

h1 {
	padding-bottom: 20px;
	border-bottom: 6px dotted;
	font-size: 3rem;
	text-transform: uppercase;
	text-shadow: 1px 1px #000, 2px 2px;
}

h2 {
	margin-top: 40px;
	font-size: 1.5rem;
}
