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