.footer {
  position: fixed;
  bottom: -1px;
  z-index: 99;
  width: 100%;
  height: auto;
  line-height: 11px;
  font-size: 14px;
  background-color: #4f0b78;
  box-shadow: 0 0px 13px 2px rgb(0 0 0 / 55%);
  left: 0;
}

.footer-menu {
  background-color: #FFFFFF;
}