body {
	font-family: "Jersey 15";;
	background-image: url(https://biscuit.crd.co/assets/images/image62.jpg?v=cc1c6dfa);
	font-size: 18px;
	margin-top: 30px;
}
section {
	width: 400px;
	margin: auto;
	padding-top: 80px;
	text-align: center;
}
article {
	width: 390px;
	font-size: 18px;
	text-align:left;
	color: #333;
	line-height: 1.2rem;
	background-color: #FFF;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	border-radius: 5px;
	border: solid 1px #888;
}
h1 {
	font-family: "Jersey 15";;
	font-size: 18px;
	text-transform: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.5px;
}
h2 {
	font-family: "Jersey 15";;
	font-size: 15px;
	font-weight: normal;
	color: #CCC;
	margin: 0px;
	padding: 0px;
}
header {
	width: 100%;
	font-size: 18px;
	letter-spacing: 1px;
	height: 60px;
	margin-bottom: 10px;
}
nav {
	position: relative;
	left: -50px;
}

nav a{
	text-decoration: none;
	color: #333;
}

#burgar {
	position: relative;
	top: -120px;
	left: 100px;
	width: 90px;
}

article a {
	text-decoration: none;
	color:#AAA;
}

a:hover {
	text-decoration: underline;
}