diff --git a/index.html b/index.html
index 9e886a8..713ae9d 100644
--- a/index.html
+++ b/index.html
@@ -8,29 +8,9 @@
hugulumu.fr
+
-
diff --git a/styles/style.css b/styles/style.css
new file mode 100644
index 0000000..97eb275
--- /dev/null
+++ b/styles/style.css
@@ -0,0 +1,19 @@
+body {
+ overflow-x: hidden;
+}
+body * {
+ display: flex;
+ margin: auto;
+}
+script, style {
+ display: none;
+}
+p, pre {
+ line-height: 0.8;
+ font-size: 12px;
+ font-family: monospace;
+}
+pre {
+ margin: 10px 0px;
+}
+