footer {
    position: relative; 
    background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), #ffffff33, #062B36);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-family: Arial, sans-serif;
    font-size: 0.6rem;
    font-weight: 500;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1); 
    border-top-left-radius: 10px;   
    border-top-right-radius: 10px;
  }

  .footer-left {
    text-align: left;
  }

  .footer-right {
    text-align: right;
  }