diff --git a/css/styles.css b/css/styles.css index dee4b4f..5678245 100644 --- a/css/styles.css +++ b/css/styles.css @@ -8,16 +8,18 @@ body { color: #eeeeee; padding-top: 50px; width: 95%; + margin: auto; } .page-main-content { text-align: center; color: #f0f0f0f0; width: 95%; + margin: auto; } footer { - background-color: #333; + background-color: rgb(61, 61, 61); color: #eeeeee; text-align: center; width: 100%; @@ -26,10 +28,6 @@ footer { left: 0; } -footer p { - width: 95%; -} - /* NAVBAR STYLING BELOW */