/* line 3, ../sass/pages/error/_404.scss */
body.error-404 main {
  height: 100vh;
  padding: 12em 0 0;
  background: #262626;
}
/* line 8, ../sass/pages/error/_404.scss */
body.error-404 main section {
  text-align: center;
  padding: 0 1.5em;
}
/* line 12, ../sass/pages/error/_404.scss */
body.error-404 main section p {
  padding: 1.5em 0;
}
/* line 18, ../sass/pages/error/_404.scss */
body.error-404 footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
