/* error pages */

div.error_bg {
  background-image: url("paper_texture.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

h1.error_h1 {
  text-align: center;
  font-family: Comfortaa-Regular, Arial, sans-serif;
  font-size: 100px;
  color: #404547;
  margin-top: 50px;
  margin-bottom: 25px;
}

p.error_p {
  text-align: center;
  font-family: Comfortaa-Regular, Arial, sans-serif;
  font-size: 20px;
  color: #404547;
  max-width: 360px;
  margin:0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

img.error_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
