body.error404 {
  background: #f5f5f5;
}
body.error404 .page-title {
  text-align: center;
  font-family: serif;
  margin-top: 5rem;
}
body.error404 .text {
  text-align: center;
  margin-top: 3rem;
  font-family: serif;
  font-weight: bold;
}
@media (max-width: 576.9px) {
  body.error404 .text {
    text-align: left;
  }
}/*# sourceMappingURL=common-style.css.map */