diff --git a/_layouts/default.html b/_layouts/default.html
index 0885b83..2dbf8b9 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,9 +1,9 @@
-
+
{{ page.title }} | KYS
-
+
{% include nav.html %}
{{ content }}
diff --git a/css/style.css b/css/style.css
index af13ea1..226eaba 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,6 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
-.body {
+body {
font-family: 'Roboto', sans-serif;
background-color: #EFEFEF;
}