diff --git a/index.html b/index.html
index 199bcd9..b621260 100644
--- a/index.html
+++ b/index.html
@@ -15,19 +15,7 @@
C+N
Hosting
-
-
-
+
diff --git a/script.js b/script.js
index 8c23e28..a70ffeb 100644
--- a/script.js
+++ b/script.js
@@ -35,6 +35,7 @@ window.addEventListener('scroll', () => {
}
});
+if (hamburger && navMenu) {
hamburger.addEventListener('click', () => {
hamburger.classList.toggle('active');
navMenu.classList.toggle('active');
@@ -82,6 +83,7 @@ document.addEventListener('click', (e) => {
}
});
+}
// Active navigation highlighting
function updateActiveNav() {
const sections = document.querySelectorAll('section[id]');
diff --git a/styles.css b/styles.css
index ce10577..57e26f3 100644
--- a/styles.css
+++ b/styles.css
@@ -111,7 +111,7 @@ body::before {
margin: 0 auto;
padding: 0 20px;
display: flex;
- justify-content: space-between;
+ justify-content: center;
align-items: center;
gap: 2rem;
}