diff --git a/style.css b/style.css index a947fee..f29d523 100644 --- a/style.css +++ b/style.css @@ -20,7 +20,7 @@ body::after { bottom: 0; right: 0; position: fixed; - z-index: 0; + z-index: 2; } /* Center section */ @@ -51,6 +51,8 @@ section::after { svg { width: 55vmin; height: auto; + z-index: 1; + position: relative; } h1 { @@ -60,12 +62,12 @@ h1 { } h1:nth-of-type(1){ - font-size: 4vmin; - opacity: 0.3; - margin-top: 3vmin; + font-size: 3.5vmin; + opacity: 0.15; + margin-top: 4vmin; } h1:nth-of-type(2){ - font-size: 4vmin; + font-size: 3.5vmin; opacity: 0.2; }