body {
	background-color: #F1F2F4;
}

#main-container {
	width: 95%;
	margin: auto;
	background-color: white;
	padding: 15px;
	font-family: 'Space Mono', monospace;
}

#header-container {
	margin-top: 0;
	background: url(http://planetearthinstitute.org.uk/wp-content/uploads/2016/04/unnamed.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  width: 100%;
  background-size: 100% 600px;
}

label {
	display: block;
}

input {
	width: 30px;
	margin-left: 20px;
}

h2 {
	clear: both;
	padding-top: 20px;
}

button {
	width: 100px;
	margin-top: 20px;
}

form {
	margin-bottom: 10px;
}