diff --git a/index.html b/index.html
index 8a618dd71..651f8027a 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
     
     
Exceptional Realty Group - Luxury Homes - About
     
+     
   
   
     
diff --git a/style.css b/style.css
index 1b1899382..e4884c348 100644
--- a/style.css
+++ b/style.css
@@ -3,3 +3,38 @@ body {
   height: 100%;
   margin: 0;
 }
+h1{
+  text-align: center;
+}
+img{
+  display: block;
+  margin: auto;
+}
+nav{
+  text-align: center;
+}
+nav a{
+  padding:0 10px;
+  background-color: grey;
+  
+}
+figcaption{
+  text-align: center;
+  font-size: small;
+}
+#featured-property p{
+  /* display: block; */
+  width: 800px;
+  margin: auto;
+  margin-bottom: 10px;
+  text-align: center;
+  
+}
+#details div{
+  float:left;
+  background-color: rgb(124, 105, 105);
+  text-align: center;
+  width: 25%;
+
+}
+