diff --git a/src/App.css b/src/App.css index cccd22c..25555a8 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,7 @@ body { - /* background-color: ghostwhite; */ + background-color: ghostwhite; + position: relative; + z-index: 0; color: black; overflow-wrap: anywhere; }