diff --git a/src/styles/stars.scss b/src/styles/stars.scss
index 8827b690484dc43f49f1275155b024798487ac15..5fc979833a999bba3f517ed4f91e80cb6416052c 100644
--- a/src/styles/stars.scss
+++ b/src/styles/stars.scss
@@ -22,6 +22,8 @@ html {
 }
 
 .stars1 {
+    position: absolute;
+    left: 0;
     width: 1px;
     height: 1px;
     background: transparent;
@@ -41,6 +43,8 @@ html {
 }
 
 .stars2 {
+    position: absolute;
+    left: 0;
     width: 2px;
     height: 2px;
     background: transparent;
@@ -60,6 +64,8 @@ html {
 }
 
 .stars3 {
+    position: absolute;
+    left: 0;
     width: 3px;
     height: 3px;
     background: transparent;