.fatal-error {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
}
.fatal-error h1 {
  color: #666 !important;
}
.fatal-error .center-block {
  max-width: 600px;
  margin: 10% auto;
}
.fatal-error .text-center {
  text-align: center;
}
.fatal-error .text-center img {
  width: 100px;
}
.text-red {
    color: red !important;
}
