footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.411); /* Background color */
  padding: 0.1px;
  color: #fff;
  text-align: center;
  font-size: 1px; /* Adjust font size as needed */
  font-family: 'LT Bump', sans-serif; /* Use your desired font-family */
  margin-top: 5px; /* Add space between content and footer */
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.082); /* Increase glow on hover */  
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.5); /* Add a glowing effect */
  z-index: 1000; /* Set a high z-index value */
}

  footer p {
    margin: 0;
  }
  
  footer a {
    color: #2beefc; /* Link color */
    text-shadow: 0 0 40px rgba(25, 209, 255, 0.5); /* Add a glowing effect */
    text-decoration: none;
  }
  
  footer a:hover {
    text-decoration: underline;
  }
  




  