updates to scale and placement

diff --git a/css/style.css b/css/style.css
index 647c591..bf484d9 100644
--- a/css/style.css
+++ b/css/style.css
@@ -633,11 +633,6 @@
 
 h1 {
   color: #fff;
-  z-index: 10;
-  -webkit-user-select: none;
-     -moz-user-select: none;
-      -ms-user-select: none;
-          user-select: none;
   cursor: default;
 }
 
@@ -662,27 +657,30 @@
 .space {
   will-change: transform;
   position: relative;
-  left:18%;
-  bottom:-50%;
+  left:-25;
+  top:auto;
+  bottom:auto;
   margin-top:15%;
   margin-bottom:25%;
-  margin-left: auto;
+  margin-left: 35%;
   margin-right: auto
-  -webkit-transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.8);
-          transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.8);
+  -webkit-transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.90);
+          transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.90);
   -webkit-transition: all 600ms;
   transition: all 600ms;
 }
 
 .space-hover {
-  left:30%;
-  bottom:-50%;
-  margin-top:20%;
+  position: relative;
+  left:-25;
+  top:auto;
+  bottom:auto;
+  margin-top:30%;
   margin-bottom:25%;
-  margin-left: auto;
+  margin-left: 45%;
   margin-right: auto
-  -webkit-transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.8);
-          transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.8);
+  -webkit-transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.90);
+          transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.90);
 }
 
 .phone-container {
diff --git a/index.html b/index.html
index 4f41e85..97f660e 100644
--- a/index.html
+++ b/index.html
@@ -71,8 +71,8 @@
 		  <div class="row">
 			<div class="col-md-6 text-center about-info">
 			  <img class="img-circle text-center profile-img" src="images/bliss_opt_logo.png">
-			  <p class="text-center">Bliss OS is a lightweight OS with tons of options, based on Android that works across a multitude of devices. Even PC’s</p>
 			  <p class="text-center">Our focus is to bring the Open Source community a quality OS that can run ad a daily driver, syncing your apps, settings and customizations across all platforms you run Bliss on.</p>
+			  <p class="text-center">Bliss OS comes with a wide selection of customization options, functions, and is even themable out of the box using rootless Substratum. With so many options available, you will soon find out why we call it Bliss.</p>
 			</div>
 			<div class="col-md-6 about-tools">
 			  <div class="space">