diff --git a/index.html b/index.html
index f3a28f8..9c15956 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,7 @@
diff --git a/style.css b/style.css
index 65c940e..db1de4b 100644
--- a/style.css
+++ b/style.css
@@ -3,6 +3,39 @@ form {
margin-bottom: 10px;
}
+.button {
+ background-color: #428BCA;
+ border: 1px solid #357EBD;
+ border-radius: 2px;
+ color: #ffffff;
+ font-size: 15px;
+ font-weight: bold;
+ font-style: normal;
+ height: 30px;
+}
+.button:hover {
+ background-color: #3276B1;
+ border-color: #285E8E;
+ cursor: pointer;
+}
+.button:active {
+ position:relative;
+ top:1px;
+}
+
+#repo-name {
+ font-size: 15px;
+ font-weight: bold;
+ color: #50555B;
+ width: 300px;
+ height: 31px;
+ position: relative;
+ top: 1px;
+ border: 1px solid gray;
+ border-radius: 2px;
+ padding: 0 6px;
+}
+
.column {
width: 49%;
float: left;