diff --git a/src/components/private/timer/Timer.scss b/src/components/private/timer/Timer.scss
index 3c30b19..f7c0b0e 100644
--- a/src/components/private/timer/Timer.scss
+++ b/src/components/private/timer/Timer.scss
@@ -9,7 +9,7 @@
padding: 3rem 1.5rem;
}
- .body {
+ .timeline_body {
display: flex;
align-items: center;
diff --git a/src/pages/404/Notfound.scss b/src/pages/404/Notfound.scss
index eb0407b..a9a70f6 100644
--- a/src/pages/404/Notfound.scss
+++ b/src/pages/404/Notfound.scss
@@ -1,11 +1,3 @@
-html,
-body {
- margin: 0;
- padding: 0;
- overflow: hidden;
- height: 100%;
-}
-
.pageNotFound__container {
padding: 4rem 7rem;
position: relative;