diff --git a/index.html b/index.html
index cce15fc..d5a9032 100644
--- a/index.html
+++ b/index.html
@@ -20,11 +20,12 @@
grid-template-rows: auto 1fr;
height: 100vh;
box-sizing: border-box;
- background: linear-gradient(to bottom, #f0f0f0, #d0d0d0);;
+
+ background: #99ced3;
}
.topbar {
grid-area: topbar;
- background: #555;
+ background: #4d6d9a;
color: #fff;
padding: 10px;
text-align: center;