body {
	background: #000;
	color: #fff;
	
	background: url('/images/concrete-and-trees.jpg') no-repeat center center fixed;
	background-size: cover;
	
	font-family: "source-code-pro", monospace;

	font-size: 14px;
	line-height: 14px;
	
}

h1, h2 {
	font-size: 28px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
}

p {
	font-size: 14px;
	line-height: 14px;
}

a {
	color: #fff;
}

img {
	margin: 28px 0;
}

.container {
	width: 600px;
	margin: auto;
}

.box {
	background: #000;
	border-color: #fff;
	border-style: double;
	padding: 14px;
}