diff --git a/css/title.css b/css/title.css
index 5385802..40475a0 100644
--- a/css/title.css
+++ b/css/title.css
@@ -35,7 +35,7 @@ h1.name {
color: #00ffc6;
}
-button.play {
+input.play {
font-family: Baloo2, sans-serif;
font-size: 500%;
padding: 4px 60px;
@@ -46,7 +46,7 @@ button.play {
transition-duration: 0.4s;
}
-button.play:hover {
+input.play:hover {
background-color: #20b13f;
cursor: pointer;
}
diff --git a/index.html b/index.html
index c00cfac..6c4497c 100644
--- a/index.html
+++ b/index.html
@@ -11,9 +11,7 @@
RUNIC
-
+