diff --git a/index.html b/index.html
index 078b216..a2d0a40 100644
--- a/index.html
+++ b/index.html
@@ -10,10 +10,10 @@
Intuition Labs LLC - AI Research & Consulting
-
-
+
+
-
+
diff --git a/src/main.jsx b/src/main.jsx
index 648009a..98a53b9 100644
--- a/src/main.jsx
+++ b/src/main.jsx
@@ -1,7 +1,7 @@
import React from 'react';
import { createRoot } from 'react-dom/client';
import App from './App';
-import './style.css';
+import '../style.css';
// Create React root and render App
const root = createRoot(document.getElementById('root'));
diff --git a/src/style.css b/style.css
similarity index 100%
rename from src/style.css
rename to style.css