* {margin: 0 auto !important; padding: 0;}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #777;
  font-weight: 100;
  font-family: 'Lato', sans-serif;
  background: #FFF;
}
.container {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin-left: 5em;
}
.container .content {
  text-align: center;
  display: inline-block;
}
.title {
  font-size: 96px;
  text-transform: uppercase;
}

a {
  color: #00B7FF;
}

h3.msgError{
  font-size: 4rem;
  text-align: left;
  color: #8fe6cf;
}
h1.msgStatus{
  font-size: 15em;
  text-align: left;
  line-height: .8em;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: justify;
}
.msgStack{
  font-size: 1.2em;
  text-align: left;
  color: #b2dfdb;
}
