New CSS files

New CSS files that come from the old styles.css
Minor bugfixes
diff --git a/css/general.css b/css/general.css
new file mode 100644
index 0000000..4db942e
--- /dev/null
+++ b/css/general.css
@@ -0,0 +1,11 @@
+html, body {
+	margin: 0;
+	width: 100%;
+	height: 100%;
+	background-color: #060606;
+	color: white;
+	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+	user-select: none !important;
+	font-family: 'Roboto';
+}
+