html{
	background-color: black;
	background-image: url("images/pattern.png");
	background-repeat: repeat;
	height: 100%;
}

header h1{
	padding-top: 10px;
	font-family: "Staatliches", Helvetica, sans-serif;
	font-size: 8rem;
	line-height: 8rem;
	position: center, auto;
}

img{
	size: 20px;
	float: right;
	padding-top: 4rem;
}

header p{
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1rem;
}

body{
	width: 1060px;
	height:	100%;
	margin: 30px auto;
	padding: 10em;
	border: 4rem solid rgb(218,165,32);
	background-color: black;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #fff;

}


h1{
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	color: #fff;
	position: center, auto;
}

h2{
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 2rem;
	color: #fff;
}

ul{
	color: #fff;
}

a{
	color: rgb(218,165,32);
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
}

footer p{
	padding-top: 4rem;
	font-family: "Staatliches", Helvetica, sans-serif;
	font-color: rgb(218,165,32);
}