/* Error */

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("/static/fonts/subtle-dots.png");
  font-size:18px;
}

.errorimg img {
  width: 200px;
  vertical-align: text-bottom;
}

p, span {
  font-size: 150px;
  -webkit-text-stroke: 6px black;
  color: white;

}
