html, body {
  width: 100%;
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  body > div {
    overflow: auto;
    color: #909090; }

.error-container {
  position: absolute;
  width: 800px;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 80px 50px; }

h1, h2 {
  margin: 0px;
  padding: 0px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  font-size: 5em; }

h1 {
  display: inline;
  font-weight: bold;
  font-size: 110px; }

h2 {
  display: inline;
  margin-left: 10px;
  font-size: 30px; }

h3 {
  margin: 40px 0px 0px 0px;
  padding: 0px; }

dl {
  margin: 10px 0px 0px 0px; }
  dl > dt {
    float: left;
    clear: left;
    width: 80px;
    margin: 0px;
    padding: 10px 0px;
    border: none; }
  dl > dd {
    float: left;
    margin: 0px;
    padding: 10px 0px; }

.error-footer {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0px;
  background: #443f64; }
  .error-footer > img {
    display: block;
    margin: 20px auto 0px auto; }
  .error-footer > span {
    display: block;
    text-align: center;
    font-size: 55px;
    color: #fff;
    font-weight: 100; }

.dev-error {
  top: 0;
  left: 0;
  position: absolute; }
