[x] 4 spaces instead of tab or 2 spaces for CSS, JSX, and JS
[x] Capitalised hex values for consistency.
[x] camelCase for file names and PascalCase for react components.
[x] function componentName() {} for reach components and arrow syntax const nonComponentName = () => {} for one-use functions, react hooks and react states.
Covers #57.
Styling changes: