diff --git a/css/main.css b/css/main.css index 4e4404a..7604d44 100644 --- a/css/main.css +++ b/css/main.css @@ -253,21 +253,15 @@ hr::after { filter: blur(50px); width: 100%; height: 100%; - z-index: 0; - position: absolute; + z-index: -1; + position: fixed; top: 0; left: 0; overflow: hidden; background-size: 100% 150%; } -body { - background: linear-gradient(145deg, #c7bbbd 0%, #7b6b75 10%,#58445d 18%,#7b6b75 25%,#544352 40%, #362437 55%, #aa9aa5 94%); - width: 100%; - height: 100%; - z-index: 0; - background-size: 100% 150%; -} + main { width: 64em;