diff --git a/sass/general.scss b/sass/general.scss
index de5b158..30727ec 100644
--- a/sass/general.scss
+++ b/sass/general.scss
@@ -1,3 +1,14 @@
+* {
+ box-sizing: border-box;
+ padding: 0;
+ margin: 0;
+ font-family: "Kanit", sans-serif;
+}
+
+body {
+ background: var(--clr-grey-400);
+}
+
.flex-col {
display: flex;
justify-content: center;
diff --git a/templates/base.html b/templates/base.html
index 33aee5b..df0c96c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -17,7 +17,10 @@
+
+
+