diff --git a/discussions.css b/discussions.css
index c1e5da30..6f883b74 100644
--- a/discussions.css
+++ b/discussions.css
@@ -534,4 +534,11 @@ main {
align-items: center;
}
-}
\ No newline at end of file
+}
+
+@media (max-width: 705px) {
+ #search-title,
+ #alt-title {
+ display: none;
+ }
+}
diff --git a/discussions.html b/discussions.html
index ae85c7be..ed46dd36 100644
--- a/discussions.html
+++ b/discussions.html
@@ -54,7 +54,7 @@
Here, you can ask the chatbot about any movie-related topics
diff --git a/style.css b/style.css
index a3484602..8f00647f 100644
--- a/style.css
+++ b/style.css
@@ -5,7 +5,7 @@
}
body {
- background-image: url("https://wallpaperaccess.com/full/433561.jpg");
+ background-image: url("universe.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
@@ -524,7 +524,7 @@ p {
}
.movie-details-body {
- background-image: url("https://wallpaperaccess.com/full/433561.jpg");
+ background-image: url("universe.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
@@ -532,7 +532,7 @@ p {
}
.movie-details-body2 {
- background-image: url("https://wallpaperaccess.com/full/433561.jpg");
+ background-image: url("universe.jpg");
background-position: center;
height: 100vh;
background-size: auto;
diff --git a/trivia.html b/trivia.html
index 380c55ab..2bb152a5 100644
--- a/trivia.html
+++ b/trivia.html
@@ -38,8 +38,8 @@ Movie Trivia Quiz