body {
  background: #ddd;
}

.header {
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.wrap {
  background: #d5d5d5;
  padding: 40px;
  box-shadow: 2px 2px 0 #aaa;
  border: 1px solid #aaa;
}

.button {
  background: #023582;
}

footer a {
  color: #7c7c7c;
}
footer a:hover {
  color: #111;
}