diff --git a/css/style.css b/css/style.css
index 92f43ef..7d44b8a 100644
--- a/css/style.css
+++ b/css/style.css
@@ -8,6 +8,14 @@
body {
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
+ background-color: #fff;
+}
+
+div.highlight {
+ background-color: rgba(165, 165, 165, 0.372);
+ width: 101.65%;
+ margin-left: -15px;
+ margin-right: -15px;
}
nav {
diff --git a/index.php b/index.php
index 3530c39..b62a90d 100644
--- a/index.php
+++ b/index.php
@@ -5,137 +5,99 @@ define('ACTIVE_MENUITEM', 'home');
require('includes/header.php');
?>
-
-
-
-