diff --git a/src/app/app.component.html b/src/app/app.component.html
index 522f146..65987d4 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -3,6 +3,6 @@
{{recipe.ingredients}}
{{recipe.instructions}}
-->
-
-
+
+
diff --git a/src/app/components/contact/contact.component.css b/src/app/components/contact/contact.component.css
index e69de29..4c88415 100644
--- a/src/app/components/contact/contact.component.css
+++ b/src/app/components/contact/contact.component.css
@@ -0,0 +1,8 @@
+.rightSide {
+ /* display: inline-block; */
+ float: right;
+}
+
+.contactForm {
+ display: inline-block;
+}
\ No newline at end of file
diff --git a/src/app/components/contact/contact.component.html b/src/app/components/contact/contact.component.html
index c1c1732..b1b2af6 100644
--- a/src/app/components/contact/contact.component.html
+++ b/src/app/components/contact/contact.component.html
@@ -1,7 +1,8 @@
-