diff --git a/coomute - Copy/coomute.png b/coomute - Copy/coomute.png
new file mode 100644
index 0000000..09f70bb
Binary files /dev/null and b/coomute - Copy/coomute.png differ
diff --git a/coomute - Copy/index.html b/coomute - Copy/index.html
new file mode 100644
index 0000000..778110d
--- /dev/null
+++ b/coomute - Copy/index.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+

+
+
Seamless Geo-
+location tracking
+system | QR CODE
+Generator /Secure
+PIN Code Scanners.
+
+
+ Safety tips / responsive customer care services
+ everything required for a smooth and safe
ride
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/coomute - Copy/style.css b/coomute - Copy/style.css
new file mode 100644
index 0000000..92567bd
--- /dev/null
+++ b/coomute - Copy/style.css
@@ -0,0 +1,48 @@
+body{
+ background-color: black;
+}
+
+.parent{
+ width: 100%;
+ /* height: ; */
+ padding: 1px;
+ background-color: black;
+ display: flex;
+}
+img{
+ width: 1200px;
+ height: 1400px;
+ margin-left: -5px;
+ margin-top: -270px;
+ margin-bottom: 170px;
+ /* float: left; */
+}
+
+.words{
+ float:right;
+ color: white;
+ margin-right:-180px ;
+ margin-top: 180px;
+}
+
+h2{
+ margin-top: 40px;
+ font-family: sans-serif;
+ font-size:70px;
+ font-weight: lighter;
+}
+p{
+ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
+ font-size: 25px;
+}
+
+button{
+ width: 200px;
+ background-color: white;
+ padding: 20px;
+ font-weight: bolder;
+ font-size: 25px;
+
+
+
+}