diff --git a/assets/css/style.css b/assets/css/style.css index 15ff769..2d7f4f1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -21,6 +21,16 @@ body, html { height: 100%; } + +#stars1, #stars2, #stars3 { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100%; + z-index: 0; +} + #background_div { max-height: 100vh; display: flex;