diff --git a/main.css b/main.css index 5452565..c2ce8ee 100644 --- a/main.css +++ b/main.css @@ -318,6 +318,8 @@ section.hero-section { width: 500px; height: 500px; position: relative; + z-index: 10; + mix-blend-mode: screen; } .face-wrapper { @@ -358,7 +360,7 @@ section.hero-section { top: 0; left: 0; transition: all .3s ease-out; - z-index: 100; + z-index: 0; }