diff --git a/xray.css b/xray.css
index efd66df..0f5ea16 100644
--- a/xray.css
+++ b/xray.css
@@ -2,6 +2,10 @@ canvas {
position: absolute;
}
+canvas.hidden {
+ display: none;
+}
+
img {
display: none;
}
@@ -14,10 +18,15 @@ img {
display: flex;
flex-direction: row;
transition: 0.5s;
+ flex-wrap: wrap;
}
#menu.start input,
#menu.start button,
#menu.start label {
font-size: 36pt;
+}
+
+#menu.start .nostart {
+ display: none;
}
\ No newline at end of file
diff --git a/xray.html b/xray.html
index 69d64ae..0b7d296 100644
--- a/xray.html
+++ b/xray.html
@@ -23,15 +23,19 @@
-