diff --git a/footer.php b/footer.php
index aae7a9e..8342f7f 100644
--- a/footer.php
+++ b/footer.php
@@ -1,6 +1,6 @@
\ No newline at end of file
diff --git a/header.php b/header.php
index e895da9..c71b998 100644
--- a/header.php
+++ b/header.php
@@ -2,17 +2,17 @@
diff --git a/index.php b/index.php
index 00b3a64..86ccb2e 100644
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@
-

+
diff --git a/style.css b/style.css
index b7272a0..cc865d0 100644
--- a/style.css
+++ b/style.css
@@ -31,6 +31,12 @@ background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f5efb",endColorstr="#fc466b",GradientType=1);
background-repeat: no-repeat;
overflow: hidden
+-webkit-touch-callout: none; /* iOS Safari */
+ -webkit-user-select: none; /* Safari */
+ -khtml-user-select: none; /* Konqueror HTML */
+ -moz-user-select: none; /* Old versions of Firefox */
+ -ms-user-select: none; /* Internet Explorer/Edge */
+ user-select: none;
}
header {
@@ -123,6 +129,3 @@ footer a:hover {
height: 300px;
position: relative;
}
-#audio {
- float: right;
-}