body {
  background: #fff;
}
body #error-page {
  background: url(../images/404-error.png) no-repeat 50% 0;
  min-height: 400px;
  max-width: 1140px;
  padding: 19px 29px 29px;
  margin: 100px auto 20px;
}
body #error-page >div {
  margin-top: 320px;
  text-align: center;
}
body #error-page h2.error-code {
  font-size: 22px;
  color: #676767;
  font-weight: 400;
}
body #error-page p.error-message {
  font-size: 20px;
  text-transform: capitalize;
  color: #999;
}
a.error-button {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #62a83d;
  padding: 20px 40px;
}
a.error-button:hover {
  text-decoration: none;
}
