diff --git a/style.css b/style.css index 5f98fba..13f3b96 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { text-align: center; - background-color: #b1dae7; + background-color: purple; } h2 { @@ -9,5 +9,5 @@ h2 { } p { - color: purple; + color: white; }