html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  background: #f5f5f5;
}
body #error-page {
  height: 100%;
  display: table;
  max-width: 1140px;
}
body #error-page >div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body #error-page h2.error-code {
  font-size: 128px;
  line-height: 128px;
  margin-bottom: 20px;
  color: #f27935;
}
body #error-page p.error-message {
  font-size: 20px;
  text-transform: capitalize;
}
a.error-button {
  margin-top: 20px;
  color: #f27935;
  padding: 10px 15px;
  border: 1px solid #f27935;
}
a.error-button:hover {
  text-decoration: none;
}
