diff --git a/styles/general.css b/styles/general.css index 2b7ceaf..006ce96 100644 --- a/styles/general.css +++ b/styles/general.css @@ -1,4 +1,7 @@ body { + margin: 0; + height: 100%; + width: 100%; background-color: #151416; color: white; }