diff --git a/painted/assets/images/logo1.png b/painted/assets/images/logo1.png
new file mode 100644
index 0000000..b19b7e9
Binary files /dev/null and b/painted/assets/images/logo1.png differ
diff --git a/painted/index.html b/painted/index.html
index 20f73a8..b666c7f 100644
--- a/painted/index.html
+++ b/painted/index.html
@@ -8,6 +8,8 @@
+
+
@@ -45,8 +47,10 @@
-
Painted You
-
+
+
+PAINTED
+
diff --git a/painted/style.css b/painted/style.css
index 3d79839..c59e80e 100644
--- a/painted/style.css
+++ b/painted/style.css
@@ -29,7 +29,26 @@ nav{
color: rgb(241, 147, 233);
}
+.mainLogo{
+ height: 120px;
+ display: flex;
+ justify-self: center;
+ margin: auto;
+ /* background-color: black; */
+ padding:15px;
+}
+#painted{
+ display:flex;
+ justify-content: center;
+ font-family: 'Lalezar', cursive;
+ font-size: 4rem;
+ padding: 0%;
+ margin: 0;
+}
+#p{
+ color: #d580ab;
+}
footer{
display: flex;
flex-wrap: wrap;