diff --git a/style.css b/style.css index 6f2f50c..af04d91 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,11 @@ body { color: white; background-color: black; -} \ No newline at end of file +} +section { + background: rgb(184, 156, 213); + padding-bottom: 80px; + padding-top: 80px; + display: flex; + justify-content: center; + }