diff --git a/index.html b/index.html
index 4271881..0c72b14 100644
--- a/index.html
+++ b/index.html
@@ -4,24 +4,53 @@
-
+
diff --git a/spaghetti.jpg b/spaghetti.jpg
new file mode 100644
index 0000000..14c4528
Binary files /dev/null and b/spaghetti.jpg differ
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..37dd434
--- /dev/null
+++ b/style.css
@@ -0,0 +1,38 @@
+.tinos-regular {
+ font-family: "Tinos", serif;
+ font-weight: 400;
+ font-style: normal;
+ }
+
+ .tinos-bold {
+ font-family: "Tinos", serif;
+ font-weight: 700;
+ font-style: normal;
+ }
+
+ .tinos-regular-italic {
+ font-family: "Tinos", serif;
+ font-weight: 400;
+ font-style: italic;
+ }
+
+ .tinos-bold-italic {
+ font-family: "Tinos", serif;
+ font-weight: 700;
+ font-style: italic;
+ }
+
+ html, body {
+ font-family: "Tinos", serif;
+ font-weight: 500;
+ font-style: normal;
+ font-size: 20px;
+ background-color: lightblue;
+ }
+ .recipe {
+ font-family: "Tinos", serif;
+ font-weight: 500;
+ font-style: normal;
+ font-size: 20px;
+ background-color: lightblue;
+ }
\ No newline at end of file