diff --git a/styles.css b/styles.css index 1c941fb..77fd941 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: #1B1F59; + background: #20256e; color: white; position: relative; /* Relative positioning for footer */ } @@ -55,7 +55,7 @@ header img { display: flex; align-items: center; background-color: white; - border: 0.2em solid #101419; + border: 0.35em solid #101419; overflow: hidden; cursor: pointer; position: relative;