diff --git a/style.css b/style.css index 0ddf5aa..064624c 100644 --- a/style.css +++ b/style.css @@ -3,9 +3,11 @@ margin: 0; } +/* add some color to the body 🎨 */ body { height: 100vh; display: flex; justify-content: center; align-items: center; + background-color: rgb(231, 16, 16); } \ No newline at end of file