diff --git a/html/css/styles.css b/html/css/styles.css
index b7778dc..c2b842f 100644
--- a/html/css/styles.css
+++ b/html/css/styles.css
@@ -5,7 +5,7 @@
}
body {
- /*background-image: linear-gradient(to bottom, aqua, blue);*/
+ background-image: linear-gradient(to bottom, aqua, blue);
font-family: "Times New Roman", Times, serif;
/*background-image: url("../img/background.png");
diff --git a/html/index.html b/html/index.html
index 42f880b..f520f07 100644
--- a/html/index.html
+++ b/html/index.html
@@ -5,11 +5,11 @@
defer
src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"
>
-
+ -->