diff --git a/index.php b/index.php
index a04b474..c2f7633 100644
--- a/index.php
+++ b/index.php
@@ -4,7 +4,7 @@
-
+
diff --git a/style.css b/style.css
index 68de36d..95c40a4 100644
--- a/style.css
+++ b/style.css
@@ -193,37 +193,3 @@ right: 125px;
text-decoration: none;
cursor: pointer;
}
-
- .body1{
-
- background: linear-gradient(100deg, #595959, #000000, #b01a1a);
-background-size: 800% 800%;
-
-
- -webkit-animation: fade 33s ease infinite;
--moz-animation: fade 33s ease infinite;
--o-animation: fade 33s ease infinite;
-animation: fade 33s ease infinite;
-
-}
-
-@-webkit-keyframes fade {
- 0%{background-position:0% 33%}
- 50%{background-position:100% 68%}
- 100%{background-position:0% 33%}
-}
-@-moz-keyframes fade {
- 0%{background-position:0% 33%}
- 50%{background-position:100% 68%}
- 100%{background-position:0% 33%}
-}
-@-o-keyframes fade {
- 0%{background-position:0% 33%}
- 50%{background-position:100% 68%}
- 100%{background-position:0% 33%}
-}
-@keyframes fade {
- 0%{background-position:0% 33%}
- 50%{background-position:100% 68%}
- 100%{background-position:0% 33%}
-}