.footer {
    width: 100%;
    height: 40px;
    padding-top: 0px;
    position: fixed;
    bottom: 0;
    background-color: #5c5b5bc8;
    z-index: 1000;
  }
  
  .footer #footerText {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.65px;
  }