diff --git a/pages/_app.tsx b/pages/_app.tsx
index e9c91f8..5ec23cf 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -8,9 +8,22 @@ export default function App({ Component, pageProps }: AppProps) {
return (
<>
-
-
-
+
>
);
}
diff --git a/styles/globals.scss b/styles/globals.scss
index 7554140..e1c9db9 100644
--- a/styles/globals.scss
+++ b/styles/globals.scss
@@ -26,11 +26,6 @@ body {
color: var(--color);
min-height: 100vh;
font-family: var(--fonts-norm);
- display: flex;
- flex-direction: column;
- .footer {
- justify-self: end;
- }
}
h1,
h2,