diff --git a/_layouts/default.html b/_layouts/default.html
index d842fee..0885b83 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -2,7 +2,7 @@
{{ page.title }} | KYS
-
+
{% include nav.html %}
diff --git a/_css/style old.css b/css/style old.css
similarity index 100%
rename from _css/style old.css
rename to css/style old.css
diff --git a/_css/style.css b/css/style.css
similarity index 76%
rename from _css/style.css
rename to css/style.css
index bdb6b9e..af13ea1 100644
--- a/_css/style.css
+++ b/css/style.css
@@ -1,4 +1,4 @@
-@import "https://fonts.googleapis.com/css2?family=Roboto&display=swap";
+@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.body {
font-family: 'Roboto', sans-serif;