diff --git a/lol.html b/lol.html
index d9ee40fd..45847f09 100644
--- a/lol.html
+++ b/lol.html
@@ -398,61 +398,136 @@
#chaps {
margin-top: 150px; /* Adjust the margin-top value as needed */
}
-
+ /* Ensure the card itself has a border and the container is defined */
+.chapter-card {
+ background-color: white; /* Initial background color */
+ border-radius: 8px;
+ padding: 20px;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect for depth */
+ transition: all 0.3s ease; /* Smooth transition for all changes */
+}
-
- Explore New Worlds
-
-
+/* Apply hover effect for subtitle and text color */
+.chapter-card:hover .card-subtitle,
+.chapter-card:hover .card-text {
+ color: #ffffff; /* Change text color to white */
+}
+
+/* Subtitle and text default colors */
+.card-subtitle {
+ color: #777; /* Subtitle color */
+}
+
+.card-text {
+ color: #444; /* Default text color */
+}
+h2.section-title {
+ margin-top: -30px; /* Adjust upwards */
+ margin-bottom: 20px; /* Adjust spacing below */
+}
+ .header {
+ position: fixed;
+ top: 0;
+ width: 100%;
+ z-index: 1000; /* Ensures it stays on top of other content */
+ margin-top: 45px;
+ margin-left: 9rem;
+}
+ .navbar-link {
+ color: black !important;
+}
-