diff --git a/index.html b/index.html
index 2446015..9825cf9 100644
--- a/index.html
+++ b/index.html
@@ -45,63 +45,72 @@
Web Development Portfolio
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css
index 5ec2268..0409535 100644
--- a/stylesheets/stylesheet.css
+++ b/stylesheets/stylesheet.css
@@ -74,6 +74,15 @@ html, body {
color: #FF4500;
}
+.buttons:active {
+ color: blue;
+}
+
+.right-button {
+ float: right;
+ margin-right: 20%;
+}
+
.maps-locations {
background-image: url('https://github.com/imgs/maps-locations.png');
background-size: cover;