diff --git a/client/assets/normalize.css b/client/assets/normalize.css
index 81c6f31e..ca4c7b04 100644
--- a/client/assets/normalize.css
+++ b/client/assets/normalize.css
@@ -41,7 +41,7 @@ hgroup,
main,
menu,
nav,
-section,
+main,
summary {
display: block;
}
@@ -128,7 +128,7 @@ dfn {
}
/**
- * Address variable `h1` font-size and margin within `section` and `article`
+ * Address variable `h1` font-size and margin within `main` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
diff --git a/client/assets/skeleton.css b/client/assets/skeleton.css
index b080afb6..41fe2f37 100644
--- a/client/assets/skeleton.css
+++ b/client/assets/skeleton.css
@@ -398,7 +398,7 @@ hr {
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
-on small devices, paste the mobile query code up in the buttons section and style it
+on small devices, paste the mobile query code up in the buttons main and style it
there.
*/
diff --git a/client/index.js b/client/index.js
index d5a46b42..f5ec6a52 100755
--- a/client/index.js
+++ b/client/index.js
@@ -3,4 +3,4 @@ require('./instance.css');
require('./game.css');
// kick it off
-require('./src/main');
+require('./src/app');
diff --git a/client/src/main.jsx b/client/src/app.jsx
similarity index 90%
rename from client/src/main.jsx
rename to client/src/app.jsx
index dfb333b5..65e79741 100644
--- a/client/src/main.jsx
+++ b/client/src/app.jsx
@@ -11,7 +11,7 @@ const createSocket = require('./socket');
const registerEvents = require('./events');
const Header = require('./components/header.container');
-const Body = require('./components/body.component');
+const Main = require('./components/main');
const Nav = require('./components/nav');
// Redux Store
@@ -50,19 +50,19 @@ document.fonts.load('16pt "Jura"').then(() => {
ws.connect();
const Cryps = () => (
-
+