diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx
index 6978485..bcb94c3 100644
--- a/src/components/Layout/index.tsx
+++ b/src/components/Layout/index.tsx
@@ -8,8 +8,6 @@
import { graphql, useStaticQuery } from "gatsby"
import React, { PropsWithChildren } from "react"
-import Scrollbar from "react-perfect-scrollbar"
-import "react-perfect-scrollbar/dist/css/styles.css"
import { GlobalStyles } from "../../globalStyles"
import { Container } from "../Container"
import { Footer } from "../Footer"
@@ -28,18 +26,16 @@ export function Layout({ children }: PropsWithChildren<{}>) {
`)
return (
-
+
-
-
-
-
- {data.site.siteMetadata.title}
- {children}
-
-
-
-
-
+
+
+
+ {data.site.siteMetadata.title}
+ {children}
+
+
+
+
)
}
diff --git a/src/components/Layout/styles.tsx b/src/components/Layout/styles.tsx
index c0674eb..610d1fc 100644
--- a/src/components/Layout/styles.tsx
+++ b/src/components/Layout/styles.tsx
@@ -1,6 +1,6 @@
import styled from "styled-components"
-export const Main = styled.div`
+export const LayoutWrapper = styled.div`
display: flex;
flex-direction: column;
align-items: center;