diff --git a/Roboto-Regular.ttf b/Roboto-Regular.ttf
new file mode 100644
index 00000000..2b6392ff
Binary files /dev/null and b/Roboto-Regular.ttf differ
diff --git a/index.html b/index.html
index ef05cc91..7c6c4ec5 100644
--- a/index.html
+++ b/index.html
@@ -1,23 +1,24 @@
-
reValuate: Putting the value back in recycling
-
+
-
+
+
-
+
+
+
+
+
+
+
+
+
+
diff --git a/style2.css b/style2.css
new file mode 100644
index 00000000..6ce6e851
--- /dev/null
+++ b/style2.css
@@ -0,0 +1,30 @@
+@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
+
+.fancyButton {
+ border: 2px solid green;
+ background-color: transparent;
+ padding: 10px 12px;
+ text-align: center;
+ border-radius: 55px;
+ transition-duration: 0.4s;
+ color: black;
+ outline: none;
+ font-family: 'Roboto', sans-serif !important;
+ font-size: 50px;
+ box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
+}
+
+.fancyButton:hover {
+ background-color: green;
+ color: white;
+}
+
+button:focus {
+ outline: none;
+}
+
+button {
+ margin: 50px 50px 50px 50px;
+ width: 850px;
+ height: 700px;
+}
\ No newline at end of file