diff --git a/Pages/hollysongs.html b/Pages/hollysongs.html
index 370390c..791d4f3 100644
--- a/Pages/hollysongs.html
+++ b/Pages/hollysongs.html
@@ -25,7 +25,8 @@
-
+
+
diff --git a/Srollbar_style/style.css b/Srollbar_style/style.css
new file mode 100644
index 0000000..7c5dbc7
--- /dev/null
+++ b/Srollbar_style/style.css
@@ -0,0 +1,40 @@
+::-webkit-scrollbar {
+ width: 12px;
+}
+
+::-webkit-scrollbar-thumb {
+ background: linear-gradient(to bottom, #eea600, #e44724);
+ border-radius: 6px;
+ animation: flicker 0.2s infinite alternate;
+}
+
+::-webkit-scrollbar-track {
+ background-color: #0f3057;
+}
+
+body {
+ overflow-y: scroll;
+}
+
+body::-webkit-scrollbar {
+ width: thin;
+}
+
+body::-webkit-scrollbar-thumb {
+ background: linear-gradient(to bottom, #eea600, #e44724);
+ border-radius: 6px;
+ animation: flicker 0.2s infinite alternate;
+}
+
+body::-webkit-scrollbar-track {
+ background-color: #0f3057;
+}
+
+@keyframes flicker {
+ 0% {
+ background: linear-gradient(to bottom, #eea600, #e44724);
+ }
+ 100% {
+ background: linear-gradient(to bottom, #eea600, #e44724, #eea600);
+ }
+}
diff --git a/about.html b/about.html
index dc3aeac..dadf727 100644
--- a/about.html
+++ b/about.html
@@ -24,7 +24,8 @@
-
+
+
diff --git a/contact.html b/contact.html
index 057ad5a..ac6fbe2 100644
--- a/contact.html
+++ b/contact.html
@@ -24,7 +24,8 @@
-
+
+
diff --git a/index.html b/index.html
index b6186a2..4ea25a6 100644
--- a/index.html
+++ b/index.html
@@ -24,7 +24,8 @@
-
+
+