
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}

body {
	background: #af5b6d;
}
a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	font-family: inherit;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


h1 {
	background: url('../images/elk-shed-records.svg') no-repeat 0 0;
	width: 500px;
	height: 300px;
	text-align: center;
	padding: 0 0 0 0;
	display: block;
 	margin-left: auto;
  	margin-right: auto;
}

/*--------------------------------------------------------------
# Antlers
--------------------------------------------------------------*/
.antlers {
	background: url('../images/antlers-dark-red.svg') no-repeat 0 0;
	height: 500px;
	width: 450px;
	display: block;
 	margin-left: auto;
  	margin-right: auto;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
	text-align: center;
	margin: 100px auto 100px;
	font-family: 'Source Code Pro', monospace;
	color: rgba(68, 35, 42, .65);
	font-size: 1rem;
}

