diff --git a/index.html b/index.html
index e80c325..316caa0 100644
--- a/index.html
+++ b/index.html
@@ -124,34 +124,36 @@
Featured Charts
diff --git a/style.css b/style.css
index fcf1fb4..523cd09 100644
--- a/style.css
+++ b/style.css
@@ -210,6 +210,7 @@ a {
height: 10%;
border-top: 1px solid white;
opacity: 0.4;
+ margin-top: 3rem;
}
.music-player {
@@ -344,4 +345,33 @@ a {
.ft>p:hover {
opacity: 1;
cursor: pointer;
+ text-decoration: underline;
+}
+
+.ft>i {
+ opacity: 0.5;
+
+}
+
+.ft>i:hover {
+ opacity: 1;
+ cursor: pointer;
+}
+
+.ft>.heading {
+ opacity: 1;
+}
+
+.ft>.heading:hover {
+ cursor:default;
+}
+
+.column-5 {
+ display: flex;
+ height: 2rem;
+}
+
+.column-5>i {
+ margin-right: 1rem;
+ margin-top: 1rem;
}