diff --git a/index2.html b/index2.html
index 77b4acb..7295c64 100644
--- a/index2.html
+++ b/index2.html
@@ -200,6 +200,7 @@
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
justify-content: center;
+ width: 95%; /* Adjust width as needed */
}
.grid-item:hover {
transform: translateY(-5px);
@@ -214,7 +215,10 @@
margin-bottom: 10px;
}
.grid-item a {
- color: #007bff;
+ color: #03dbfc;
+ }
+ .grid-item a:hover {
+ color: #fcad03;
}