.footer-initial{
    position: relative;
    margin-top: 100px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 100%;
    /* background-color: #f0f0f0; */
    height: 50px;
    z-index: -111;
  }
  
  .footer-content {
    text-align: center;
    padding: 10px 0;
  }
  