diff --git a/global/globalStyle.css b/global/globalStyle.css
index 506386e..ec9dc31 100644
--- a/global/globalStyle.css
+++ b/global/globalStyle.css
@@ -14,6 +14,16 @@ html {
color: #ffffff;
background-color: #323232;
overflow: hidden;
+ width: 100vw;
+ height: 100vh;
+}
+body {
+ height: 100vh;
+ background-color: #323232;
+ color: #ffffff;
+ overflow: hidden;
+ margin: 0%;
+ width: 100vw;
}
canvas {
position: absolute;
diff --git a/style.css b/style.css
index dc6839b..724545a 100644
--- a/style.css
+++ b/style.css
@@ -1,18 +1,3 @@
-html {
- overflow: hidden;
- width: 100vw;
- height: 100vh;
-}
-
-body {
- height: 100vh;
- background-color: #323232;
- color: #ffffff;
- overflow: hidden;
- margin: 0%;
- width: 100vw;
- height: 100vh;
-}
.synthSun {
width: calc(40px * var(--pxDensity));
height: auto;
diff --git a/toys/index.html b/toys/index.html
index 176d597..3f8594d 100644
--- a/toys/index.html
+++ b/toys/index.html
@@ -24,7 +24,7 @@
Automatically generates a "Boykissser license" for you. Free of charge and very silly.
+Automatically generates a "Boykissser license" for you. Free of charge and very silly.