diff --git a/index.html b/index.html
index e340ecc..d619d7c 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,11 @@
+
+
+
Five Fun Facts
diff --git a/styles.css b/styles.css
index 8f326de..0650898 100644
--- a/styles.css
+++ b/styles.css
@@ -1,5 +1,5 @@
body{
- font-family: Verdana, Geneva, Tahoma, sans-serif;
+ font-family: "Lato", Verdana, Geneva, Tahoma, sans-serif;
background-color: hsla(260, 35%, 90%, 0.95);
padding: 1em
}