/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./source/pages/PageNotFound/styles/PageNotFound.style.scss ***!
  \***************************************************************************************************************************************************/
#page-not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  font-size: 24px;
}
#page-not-found .page-not-found__content {
  font-weight: bold;
}
