diff --git a/style.css b/style.css index 0247db4..55080e9 100644 --- a/style.css +++ b/style.css @@ -10,9 +10,15 @@ body { display: flex; justify-content: center; align-items: center; + } .main { + position: absolute; + top:0px; + bottom: 0px; + right: 0px; + left: 0px; width: 100%; height: 100%; background-color: #070f2b;