diff --git a/index.html b/index.html
index 67e2ae7..1f3f5d9 100644
--- a/index.html
+++ b/index.html
@@ -45,14 +45,56 @@
+
+
Robot Configuration
-
+
+
Module States
-
+
+ Current Configuration: 4-Wheel Rectangle
+ (4 modules)
+
+
+
+
About This Project
diff --git a/styles.css b/styles.css
index 1018951..a902b4f 100644
--- a/styles.css
+++ b/styles.css
@@ -282,4 +282,11 @@ button {
transition: all var(--duration-normal) var(--ease-standard);
margin: var(--spacing-small);
font-family: var(--font-family-base);
+}
+
+button:hover {
+ background-color: var(--background-dark);
+ border-color: var(--accent-blue);
+ transform: translateY(-2px);
+ box-shadow: var(--shadow);
}
\ No newline at end of file