
.index_page {
  box-shadow: 5px 5px 5px rgba(124, 62, 250, 0.5);
}

.page-content {
    margin-top: 50px; /* Adjust the value as needed */
}


a:hover {
  color: #7c3efa; /* Color when the mouse hovers over the link */
  text-decoration: underline; /* Optional: underline on hover for visual feedback */
}




