diff --git a/styles.css b/styles.css index fdfd6f4..5a78994 100644 --- a/styles.css +++ b/styles.css @@ -15,7 +15,7 @@ body { margin: 0; overflow-x: hidden; height: 100vh; /* Ensure body height fits within viewport */ - background: #068E0D; + background: #068e0d; color: white; position: relative; /* Relative positioning for footer */ }