- Oops! The page you are looking for might be in another castle. +
+ Oops! It looks like the page you are searching for might be located somewhere else(
{' '} @@ -23,3 +23,4 @@ const NotFoundPage = () => { }; export default NotFoundPage; + diff --git a/src/pages/NotFound/NotFound.module.css b/src/pages/NotFound/NotFound.module.css index 2aeb30e..260782e 100644 --- a/src/pages/NotFound/NotFound.module.css +++ b/src/pages/NotFound/NotFound.module.css @@ -11,13 +11,13 @@ text-align: center; } -.not__title { +.notFound__title { font-size: 3em; color: #333; margin-bottom: 20px; } -.not__text { +.notFound__text { font-size: 1.5em; color: #555; margin-bottom: 30px;