diff --git a/project 2/index.html b/project 2/index.html
index 1439fc1..620cd49 100644
--- a/project 2/index.html
+++ b/project 2/index.html
@@ -8,6 +8,8 @@
+
+
@@ -49,8 +51,8 @@
diff --git a/project 2/style.css b/project 2/style.css
index 1f56960..790edd3 100644
--- a/project 2/style.css
+++ b/project 2/style.css
@@ -1,7 +1,6 @@
.header{
margin-top:20px;
margin-bottom:50px;
-
padding: 20px;
box-shadow:
inset 0 -3em 3em rgba(0,0,0,0.1),
@@ -16,7 +15,7 @@
h1{
font-family: 'Tangerine', serif;
font-size: 48px;
-
+ margin-left:220px;
text-shadow: 4px 4px 4px red;
}
img{
@@ -26,8 +25,13 @@ img{
0 0 0 2px rgb(255,255,255),
0.3em 0.3em 1em rgba(207, 34, 34, 0.3);
-}
+ }
.col-lg-4{
height:196px;
-
}
+#text{
+ font-family: 'Sansita Swashed', cursive;
+ font-size:30px;
+ color: rgb(79, 56, 209);
+ margin-left: 360px;
+}
\ No newline at end of file