+
@@ -11,33 +13,67 @@
diff --git a/src/style.css b/src/style.css
index 8d1c8b6..4574585 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1 +1,13 @@
-
+ * {
+ box-sizing: border-box;
+}
+
+html, body {
+ margin: 0;
+}
+
+body {
+ font-family: sans-serif;
+ font-size: 16px;
+ line-height: 1.6;
+}