diff --git a/css/styles.css b/css/styles.css index d28aef5..dee4b4f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,27 +1,26 @@ body { width: 100%; - background-color: #B4C6E2; + background-color: #444444; } .page-title { text-align: center; - color: #323C4A; + color: #eeeeee; padding-top: 50px; width: 95%; } .page-main-content { text-align: center; - color: #495568; + color: #f0f0f0f0; width: 95%; } footer { - background-color: #7fa7e6; - color: white; + background-color: #333; + color: #eeeeee; text-align: center; width: 100%; - padding: 15px; position: fixed; bottom: 0; left: 0;