diff --git a/gatsby-browser.js b/gatsby-browser.js
index b1e5c31..4e59873 100644
--- a/gatsby-browser.js
+++ b/gatsby-browser.js
@@ -5,3 +5,4 @@
*/
// You can delete this file if you're not using it
+import "./src/styles/global.css"
\ No newline at end of file
diff --git a/src/components/Header.js b/src/components/Header.js
index 3b5bf9d..864ccb4 100644
--- a/src/components/Header.js
+++ b/src/components/Header.js
@@ -14,10 +14,8 @@ const Header = (props) => (
diff --git a/src/components/Main.js b/src/components/Main.js
index 13c1dab..3dfca49 100644
--- a/src/components/Main.js
+++ b/src/components/Main.js
@@ -13,33 +13,18 @@ class Main extends React.Component {
return (
-
-
Intro
-
-
Aenean ornare velit lacus, ac varius enim ullamcorper eu. Proin aliquam facilisis ante interdum congue. Integer mollis, nisl amet convallis, porttitor magna ullamcorper, amet egestas mauris. Ut magna finibus nisi nec lacinia. Nam maximus erat id euismod egestas. By the way, check out my awesome work.
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor fermentum. Nullam venenatis erat id vehicula viverra. Nunc ultrices eros ut ultricies condimentum. Mauris risus lacus, blandit sit amet venenatis non, bibendum vitae dolor. Nunc lorem mauris, fringilla in aliquam at, euismod in lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In non lorem sit amet elit placerat maximus. Pellentesque aliquam maximus risus, vel sed vehicula.
- {close}
-
-
-
-
Work
-
-
This is where I'll write about my work.
- {close}
-
-
-
About
-
-
This is where I'll write about me and my hobbies.
+
Sobre
+ {/* */}
+
Analista de desenvolvimento de sistemas e entusiasta de teclados mecânicos.
{close}
diff --git a/src/styles/global.css b/src/styles/global.css
new file mode 100644
index 0000000..40bf855
--- /dev/null
+++ b/src/styles/global.css
@@ -0,0 +1,3 @@
+header nav ul li a {
+ width: 200px;
+}
\ No newline at end of file