diff --git a/.env b/.env
new file mode 100644
index 00000000..44c0ec83
--- /dev/null
+++ b/.env
@@ -0,0 +1 @@
+ SKIP_PREFLIGHT_CHECK=true
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000..a7986828
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,18 @@
+{
+ "workbench.colorCustomizations": {
+ "activityBar.background": "#7f40bf",
+ "activityBar.activeBorder": "#c78f58",
+ "activityBar.foreground": "#e7e7e7",
+ "activityBar.inactiveForeground": "#e7e7e799",
+ "activityBarBadge.background": "#c78f58",
+ "activityBarBadge.foreground": "#15202b",
+ "titleBar.activeBackground": "#663399",
+ "titleBar.inactiveBackground": "#66339999",
+ "titleBar.activeForeground": "#e7e7e7",
+ "titleBar.inactiveForeground": "#e7e7e799",
+ "statusBar.background": "#663399",
+ "statusBarItem.hoverBackground": "#7f40bf",
+ "statusBar.foreground": "#e7e7e7"
+ },
+ "peacock.color": "#639"
+}
\ No newline at end of file
diff --git a/src/App.js b/src/App.js
index 8e1f9446..6f0e2798 100644
--- a/src/App.js
+++ b/src/App.js
@@ -3,6 +3,7 @@ import './App.css';
import Game from './components/Game.js';
class App extends Component {
+
render() {
return (
diff --git a/src/components/FinalPoem.js b/src/components/FinalPoem.js
index d516184e..2966ac58 100644
--- a/src/components/FinalPoem.js
+++ b/src/components/FinalPoem.js
@@ -1,20 +1,38 @@
import React from 'react';
import './FinalPoem.css';
-const FinalPoem = (props) => {
+// state, props, any callbacks, event handlers, or helper functions (with the exception of Game component). However, not every render function may need to look like that in the end result. In fact, it is expected that the render functions change in order to accommodate the requirements (namely the ones about conditional rendering).
- return (
-