diff --git a/._index.html b/._index.html
new file mode 100644
index 0000000..aa74a9f
Binary files /dev/null and b/._index.html differ
diff --git a/index.html b/index.html
index 344b068..cb5b5b3 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,7 @@
width: 100%;
height: 100%;
overflow: hidden;
+ scroll-behavior: smooth !important;
}
.content {
height: 100%;
@@ -258,10 +259,29 @@
.custom-properties-ftw .head-small {
margin-bottom: 0;
}
+
+#button-scroll {
+ position: fixed;
+ bottom: 20px;
+ right: 30px;
+ z-index: 999;
+ font-size: 18px;
+ border: none;
+ outline: none;
+ background-color: #75A16B;
+ color: white;
+ cursor: pointer;
+ padding: 10px;
+ border-radius: 22px;
+}
+
+#button-scroll:hover {
+ background-color: #555;
+}
+
-
-
+